[Lunar-commits] <moonbase-other> gdal: fix Python-3 logic
v4hn
me at v4hn.de
Sun Oct 19 15:41:04 CEST 2014
commit 78d053dc047ceeb30004f3f935e577f1a2e6e1b1
Author: v4hn <me at v4hn.de>
Date: Sun, 19 Oct 2014 15:38:08 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/78d053dc047ceeb30004f3f935e577f1a2e6e1b1
gdal: fix Python-3 logic
---
libs/gdal/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/libs/gdal/BUILD
+++ b/libs/gdal/BUILD
@@ -20,7 +20,7 @@
python setup.py install --root=/
fi &&
- if in_depends $MODULE Python ; then
+ if in_depends $MODULE Python-3 ; then
python3 setup.py build &&
python3 setup.py install --root=/
fi
More information about the Lunar-commits
mailing list