Skip to content

Commit

Permalink
recipe: Fix install to avoid setuptools management. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored and frol committed Jun 18, 2016
1 parent 41e81ba commit 919908e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
number: 0
script: python setup.py install
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
Expand Down

0 comments on commit 919908e

Please sign in to comment.