From d119797da6a69a30cd85c7c0bb95572be68ed600 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Wed, 12 Feb 2020 15:59:46 +0100
Subject: [PATCH] [flask-restful] Removed as it is not used anymore

---
 conda/flask-restful/meta.yaml | 51 -----------------------------------
 python.txt                    |  1 -
 2 files changed, 52 deletions(-)
 delete mode 100644 conda/flask-restful/meta.yaml

diff --git a/conda/flask-restful/meta.yaml b/conda/flask-restful/meta.yaml
deleted file mode 100644
index d9ce66fc..00000000
--- a/conda/flask-restful/meta.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-{% set name = "Flask-RESTful" %}
-{% set version = "0.3.6" %}
-{% set bundle = "tar.gz" %}
-{% set hash_type = "sha256" %}
-{% set hash_val = "5795519501347e108c436b693ff9a4d7b373a3ac9069627d64e4001c05dd3407" %}
-{% set build = 0 %}
-
-package:
-  name: {{ name|lower }}
-  version: {{ version }}
-
-source:
-  fn: {{ name }}-{{ version }}.{{ bundle }}
-  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ bundle }}
-  {{ hash_type }}: {{ hash_val }}
-
-build:
-  number: {{ build }}
-  script: python setup.py install --single-version-externally-managed --record=record.txt
-
-requirements:
-  build:
-    - python
-    - setuptools
-
-  run:
-    - python
-    - aniso8601 >=0.82
-    - flask >=0.8
-    - six >=1.3.0
-    - pytz
-    - pycrypto >=2.6
-
-test:
-  imports:
-    - flask_restful
-    - flask_restful.representations
-    - flask_restful.utils
-
-about:
-  home: https://www.github.com/flask-restful/flask-restful/
-  license: BSD 3-Clause
-  license_file: LICENSE
-  license_family: BSD
-  summary: 'Simple framework for creating REST APIs'
-  doc_url: https://flask-restful.readthedocs.io/en/latest/
-  dev_url: https://www.github.com/flask-restful/flask-restful/
-
-extra:
-  recipe-maintainers:
-    - pmlandwehr
diff --git a/python.txt b/python.txt
index 3d4cb285..988a0c48 100644
--- a/python.txt
+++ b/python.txt
@@ -12,7 +12,6 @@ conda/schema
 conda/sphinxcontrib-programoutput
 conda/sphinxcontrib-httpdomain
 conda/aniso8601
-conda/flask-restful
 conda/aspy.yaml
 conda/cfgv
 conda/identify
-- 
GitLab