You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/02/08 11:01:23 UTC

[cassandra-builds] branch trunk updated: Pin 'cryptography<3.4' (dep to urllib3) to maintain support for python2 in the docker image used for building the rpm packages

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 117f46c  Pin 'cryptography<3.4' (dep to urllib3) to maintain support for python2 in the docker image used for building the rpm packages
117f46c is described below

commit 117f46c09f3c304bccb67ea193401eb0afa73c86
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Mon Feb 8 11:58:57 2021 +0100

    Pin 'cryptography<3.4' (dep to urllib3) to maintain support for python2 in the docker image used for building the rpm packages
    
     patch by Mick Semb Wever; reviewed by Sam Tunnicliffe
---
 docker/centos7-image.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/centos7-image.docker b/docker/centos7-image.docker
index 8235633..a6c0da8 100644
--- a/docker/centos7-image.docker
+++ b/docker/centos7-image.docker
@@ -33,7 +33,7 @@ RUN yum -y install python2-pip
 
 # install ssl enabled urllib for retrieving python packages
 # this will produce some ssl related warnings, which will be resolved once the package has been installed
-RUN pip install 'idna<3' urllib3[secure]
+RUN pip install 'idna<3' 'cryptography<3.4' urllib3[secure]
 
 # upgrade to modern pip version
 RUN pip install --upgrade 'pip<21'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org