From 64d7948de09c56afdc2d7b1d9fa002a655eedf65 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 7 Sep 2016 15:58:13 -0400 Subject: [PATCH] 9944: Fix schema-salad 'lockfile' dependency to account for different package names between centos & debian/ubuntu. --- build/run-build-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 5c78de7d8d..8b7ab881fe 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -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 -- 2.30.2