From 4ebe28b1da4896f51d66ead96e7966eac6e5e3e7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 10 May 2019 12:47:32 -0400 Subject: Fix a few broken packages (#196) * acstools: fix requirements * pysynphot: fix requirements --- acstools/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'acstools/build.sh') diff --git a/acstools/build.sh b/acstools/build.sh index 6bd6081..a660906 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt -- cgit