diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-03-09 23:02:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 23:02:25 -0500 |
commit | 1fb2ccdb473aa8ae8a98a68f6519af15e033b19d (patch) | |
tree | 27e1835e554609db0d3b1ca8498920e78f1519d7 /tweakwcs/build.sh | |
parent | 9a517a343854f208b78ee33907a64de857aff7cc (diff) | |
download | astroconda-contrib-1fb2ccdb473aa8ae8a98a68f6519af15e033b19d.tar.gz |
tweakwcs: 0.4.3 (#483)
* Update recipe
* Remove unused build dependencies
* Externally managed
Diffstat (limited to 'tweakwcs/build.sh')
-rw-r--r-- | tweakwcs/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tweakwcs/build.sh b/tweakwcs/build.sh index 5a5aeeb..b699425 100644 --- a/tweakwcs/build.sh +++ b/tweakwcs/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |