[ARVADOS] updated: c7609245998c63028b5fb84cf07752b49b735932
Git user
git at public.curoverse.com
Fri Jul 15 17:11:02 EDT 2016
Summary of changes:
build/run-build-packages.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via c7609245998c63028b5fb84cf07752b49b735932 (commit)
from e94c1f08e958ed96d7cd153ea4668baed35961ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c7609245998c63028b5fb84cf07752b49b735932
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jul 15 17:09:38 2016 -0400
Pin the html5lib package we build for centos6 and centos7 to version
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
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 1763ff3..f971e19 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list