From 9a517a343854f208b78ee33907a64de857aff7cc Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 9 Mar 2019 23:02:11 -0500 Subject: stsci.skypac: 1.0.2 (#482) * Update recipe * Do not preserve egg * Externally managed --- stsci.skypac/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.skypac/build.sh') diff --git a/stsci.skypac/build.sh b/stsci.skypac/build.sh index 5a5aeeb..b699425 100644 --- a/stsci.skypac/build.sh +++ b/stsci.skypac/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt -- cgit