11973: Build avro 1.8.1 for ubuntu1604 and add to schema-salad deps.
authorTom Clegg <tom@curoverse.com>
Fri, 14 Jul 2017 18:38:48 +0000 (14:38 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 14 Jul 2017 18:39:12 +0000 (14:39 -0400)
refs #11973

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curoverse.com>

build/build.list
build/run-build-packages.sh

index 894eefafe8907c193b7570cb6e3bc6519d2f2022..596b4061bb5f1440eb95f1986f38171fb44b941f 100644 (file)
@@ -24,7 +24,7 @@ debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|rdflib|4.2.2|2|python|all
 debian8,ubuntu1204,ubuntu1404,centos7|shellescape|3.4.1|2|python|all
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|mistune|0.7.3|2|python|all
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|typing|3.5.3.0|2|python|all
-debian8,ubuntu1204,ubuntu1404,centos7|avro|1.8.1|2|python|all
+debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|avro|1.8.1|2|python|all
 debian8,ubuntu1204,ubuntu1404,centos7|ruamel.ordereddict|0.4.9|2|python|amd64
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|cachecontrol|0.11.7|2|python|all
 debian8,ubuntu1204,ubuntu1404,ubuntu1604,centos7|pathlib2|2.1.0|2|python|all
index a8e730c27f562f14210a28c2ce2567d8a06933aa..c933a02ba76c6cd8d91615588fd9db2ad8213b9e 100755 (executable)
@@ -409,7 +409,7 @@ fi
 saladversion=$(cat "$WORKSPACE/sdk/cwl/setup.py" | grep schema-salad== | sed "s/.*==\(.*\)'.*/\1/")
 test_package_presence python-schema-salad "$saladversion" python
 if [[ "$?" == "0" ]]; then
-  fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2"
+  fpm_build schema_salad "" "" python $saladversion --depends "${PYTHON2_PKG_PREFIX}-lockfile >= 1:0.12.2-2" --depends "${PYTHON2_PKG_PREFIX}-avro == 1.8.1-2"
 fi
 
 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17