diff options
Diffstat (limited to 'pysynphot/build.sh')
-rw-r--r-- | pysynphot/build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pysynphot/build.sh b/pysynphot/build.sh index 5e8b365..535529d 100644 --- a/pysynphot/build.sh +++ b/pysynphot/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 +python setup.py install || exit 1 |