From 442af3f3b110ca4649fb11f409ec18bdfaee91a8 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 18 Oct 2018 14:04:38 +0200 Subject: [PATCH] python-2.7.15: Explain why an error is harmless --- python-2.7.15-2.build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-2.7.15-2.build.sh b/python-2.7.15-2.build.sh index 8b6c5c9..d42440d 100755 --- a/python-2.7.15-2.build.sh +++ b/python-2.7.15-2.build.sh @@ -212,6 +212,8 @@ unidecode >= 0.4 configparser >= 3.5 __CONSTRAINTS +# setup.py bdist_wheel for HiCExplorer fails, but setup.py install +# creates a working executable, so don't get confused. pip install HiCExplorer --constraint $BUILDDIR/such_a_lamer --no-warn-conflicts # exit 1 # final test, inhibits 'closing' on success