Pin the html5lib package we build for centos6 and centos7 to version
authorWard Vandewege <ward@curoverse.com>
Fri, 15 Jul 2016 21:09:38 +0000 (17:09 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 15 Jul 2016 21:09:38 +0000 (17:09 -0400)
0.9999999, because newer versions have a dependency on a
python-setuptools 0.18.5 which we don't have in the build containers
(yet).

refs #9459

build/run-build-packages.sh

index 1763ff3ba348ad47897e6e1601642990681a19f7..f971e1988003b694b0980130eef1da58aab2d00a 100755 (executable)
@@ -150,7 +150,7 @@ case "$TARGET" in
             ciso8601 pycrypto backports.ssl_match_hostname 'pycurl<7.21.5' \
             python-daemon lockfile llfuse==0.41.1 'pbr<1.0' pyyaml \
             'rdflib>=4.2.0' shellescape mistune typing avro requests \
-            isodate pyparsing sparqlwrapper html5lib keepalive \
+            isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \
             ruamel.ordereddict)
         PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client)
         export PYCURL_SSL_LIBRARY=nss
@@ -170,7 +170,7 @@ case "$TARGET" in
             ciso8601 pycrypto 'pycurl<7.21.5' \
             python-daemon llfuse==0.41.1 'pbr<1.0' pyyaml \
             'rdflib>=4.2.0' shellescape mistune typing avro \
-            isodate pyparsing sparqlwrapper html5lib keepalive \
+            isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \
             ruamel.ordereddict)
         PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client)
         export PYCURL_SSL_LIBRARY=nss