diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-10 12:44:49 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-10 12:46:53 -0400 |
commit | 2c8a1a5e73b352a61b998facf5e965abe377163a (patch) | |
tree | d1fea5201422b0a50f00c6115ac356379cdb5476 /pysynphot/build.sh | |
parent | efe662ca7d03d4a6b98f95c7209e899bd87bbf8d (diff) | |
download | astroconda-dev-fixups.tar.gz |
pysynphot: fix requirementsfixups
Diffstat (limited to 'pysynphot/build.sh')
-rw-r--r-- | pysynphot/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysynphot/build.sh b/pysynphot/build.sh index 5a5aeeb..a660906 100644 --- a/pysynphot/build.sh +++ b/pysynphot/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt |