Skip to content

Commit

Permalink
Merge pull request #57 from chrisburr/remove-enum34
Browse files Browse the repository at this point in the history
Remove enum34 from tornado_m2crypto dependencies
  • Loading branch information
fstagni authored Aug 20, 2022
2 parents 309845f + f9c1731 commit a1b39b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conda-recipes/tornado_m2crypto/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1b39b2

Please sign in to comment.