From be2ed0810a0d5180d9a7193dd36dc17122156d20 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 22 Mar 2016 00:08:02 -0400 Subject: Disable timeconversion module --- jwst_tools/jwst_tools.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jwst_tools') diff --git a/jwst_tools/jwst_tools.ini b/jwst_tools/jwst_tools.ini index fa0be42..c779997 100644 --- a/jwst_tools/jwst_tools.ini +++ b/jwst_tools/jwst_tools.ini @@ -43,6 +43,10 @@ commands : [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 + + # just to get it to build... remove the offending module + rm -rf jwst_tools/timeconversion + for d in jwst_tools/* do ( cd $$d && python setup.py install || exit 1 ) -- cgit