9944: Fix schema-salad 'lockfile' dependency to account for different package
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 7 Sep 2016 19:58:13 +0000 (15:58 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 7 Sep 2016 19:58:13 +0000 (15:58 -0400)
names between centos & debian/ubuntu.

build/run-build-packages.sh

index 5c78de7d8df7a39dcb77eb8928870bbe74fdcb96..8b7ab881fed9c559a5b8ecbaa867d4e19580a3e2 100755 (executable)
@@ -465,7 +465,7 @@ fpm_build lockfile "" "" python 0.12.2 --epoch 1
 # So we build this thing separately.
 #
 # Ward, 2016-03-17
-fpm_build schema_salad "" "" python 1.18.20160907135919 --depends "python-lockfile >= 1:0.12.2-2"
+fpm_build schema_salad "" "" python 1.18.20160907135919 --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2"
 
 # And schema_salad now depends on ruamel-yaml, which apparently has a braindead setup.py that requires special arguments to build (otherwise, it aborts with 'error: you have to install with "pip install ."'). Sigh.
 # Ward, 2016-05-26