From fb3c457bc08cb62582ff55e63b746be3adb3c0c9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Jan 2021 07:14:35 -0500 Subject: pysiaf: stop building as egg (#690) --- pysiaf/bld.bat | 3 +-- pysiaf/build.sh | 3 +-- pysiaf/meta.yaml | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'pysiaf') diff --git a/pysiaf/bld.bat b/pysiaf/bld.bat index 760380e..6d5f099 100644 --- a/pysiaf/bld.bat +++ b/pysiaf/bld.bat @@ -1,2 +1 @@ - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/pysiaf/build.sh b/pysiaf/build.sh index 56f0b30..b699425 100644 --- a/pysiaf/build.sh +++ b/pysiaf/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install \ No newline at end of file +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 58a99d7..51d9edf 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -33,6 +33,7 @@ requirements: - numpydoc - requests >=2.21.0 - PyQt >=5.0.0 + - et_xmlfile run: - astropy >=1.2 -- cgit