Skip to content

Commit

Permalink
mark recipes noarch, python >=3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Nov 27, 2020
1 parent 4471995 commit c2c61aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions recipes/mailchecker/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build:
requirements:
host:
- pip
- python >=2.7
- python >=3.4
run:
- python >=2.7
- python >=3.4

test:
imports:
Expand Down
9 changes: 4 additions & 5 deletions recipes/python-benedict/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ source:

build:
number: 0
skip: true # [py<27]
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

requirements:
host:
- pip
- python
- python >=3.4
run:
- ftfy <5.0 # [py==27]
- ftfy # [py>=34]
- ftfy
- mailchecker
- phonenumbers
- python
- python >=3.4
- python-dateutil
- python-slugify
- pyyaml
Expand Down

0 comments on commit c2c61aa

Please sign in to comment.