From 8cbeb9e97f402e658cdd0bdb443e7a0c220ff87f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Mar 2016 15:54:22 -0400 Subject: Remove d2to1 and stsci.distutils --- stsci.image/bld.bat | 1 - stsci.image/build.sh | 2 -- stsci.image/meta.yaml | 2 -- 3 files changed, 5 deletions(-) (limited to 'stsci.image') diff --git a/stsci.image/bld.bat b/stsci.image/bld.bat index 695f708..976d3b9 100644 --- a/stsci.image/bld.bat +++ b/stsci.image/bld.bat @@ -1,5 +1,4 @@ -pip install --no-deps --upgrade --force d2to1 if errorlevel 1 exit 1 python setup.py install diff --git a/stsci.image/build.sh b/stsci.image/build.sh index 5e8b365..4b71885 100644 --- a/stsci.image/build.sh +++ b/stsci.image/build.sh @@ -1,4 +1,2 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1 \ No newline at end of file diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index ab7162c..777bd81 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -10,11 +10,9 @@ package: version: 2.2.0 requirements: build: - - d2to1 - astropy >=1.1 - numpy x.x - scipy - - stsci.distutils - stsci.tools - setuptools - python x.x -- cgit