From 4b9be32d9de8b6c264b3bb3282d71b4429fa6046 Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Tue, 27 Mar 2018 16:41:03 -0500 Subject: [PATCH] revert to using setup.py for install --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 21bb943..bd4f9a9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: build: number: 0 - script: python -m pip install --no-deps --ignore-installed . + script: python setup.py install --single-version-externally-managed --record record.txt entry_points: - sphinx-build = sphinx.cmd.build:main - sphinx-quickstart = sphinx.cmd.quickstart:main @@ -20,7 +20,7 @@ build: requirements: host: - python - - pip + - setuptools run: - python - six