Skip to content

Commit

Permalink
Merge pull request #10 from jakirkham-feedstocks/use_setuptools
Browse files Browse the repository at this point in the history
Use setuptools
  • Loading branch information
bollwyvl authored Oct 28, 2018
2 parents 16b5e60 + 77ad426 commit 15a14a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ source:
- 0001-Add-zstd-support.patch

build:
number: 1003
number: 1004
script:
- set PYTHONHASHSEED=0 # [win]
- export PYTHONHASHSEED=0 # [not win]
- "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
- "{{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt"

requirements:
host:
- python
- pip
- setuptools
run:
- libarchive
- python
Expand Down

0 comments on commit 15a14a9

Please sign in to comment.