From f9c173191c21ac0ffbfe03b3bf12bb1233e690d6 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Fri, 19 Aug 2022 17:11:58 +0200 Subject: [PATCH] Remove enum34 from tornado_m2crypto dependencies --- conda-recipes/tornado_m2crypto/meta.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conda-recipes/tornado_m2crypto/meta.yaml b/conda-recipes/tornado_m2crypto/meta.yaml index f249df4..4d65970 100644 --- a/conda-recipes/tornado_m2crypto/meta.yaml +++ b/conda-recipes/tornado_m2crypto/meta.yaml @@ -12,18 +12,17 @@ source: build: noarch: python - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - - python + - python >=3.9 - setuptools_scm run: - - enum34 - m2crypto - - python + - python >=3.9 - tornado ==5.1.1+dirac.* test: