From efe662ca7d03d4a6b98f95c7209e899bd87bbf8d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 10 May 2019 12:38:28 -0400 Subject: acstools: 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