Block confluent-kafka==1.4.0

confluent-kafka release 1.4.0 includes a buggy source package [1] which
prevents installing it from source.
As the consequence building Docker images on Alpine Linux fail [2, 3].

[1] https://github.com/confluentinc/confluent-kafka-python/issues/830
[2] https://zuul.openstack.org/builds?job_name=build-monasca-docker-image
[3] https://zuul.openstack.org/build/6a5270dd1b4d482da8bfc1a72331f48a/log/job-output.txt#1553

Change-Id: I81f5df877f2c183e563c7f9e74a4f775925a86e2
This commit is contained in:
Witek Bedyk 2020-04-21 18:04:50 +02:00
parent f55297cc57
commit f052a629a5
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ cliff!=2.9.0,!=2.17.0,<3.0.0;python_version=='2.7' # Apache-2.0
cliff!=2.9.0,!=2.17.0;python_version>='3.6' # Apache-2.0
# NOTE(mordred) python-openstackclient is broken due to bug 1810213
cmd2!=0.8.3,<0.9.0 # MIT
confluent-kafka # Apache-2.0
confluent-kafka!=1.4.0 # Apache-2.0
cotyledon # Apache-2.0
construct<2.9 # MIT
PuLP # MIT

View File

@ -945,7 +945,7 @@ sphinxcontrib-fulltoc===1.2.0
smmap2===3.0.1;python_version=='2.7'
greenlet===0.4.15
XStatic-Angular-Vis===4.16.0.0
confluent-kafka===1.4.0
confluent-kafka===1.3.0
xvfbwrapper===0.2.9
futures===3.3.0;python_version=='2.7'
tosca-parser===1.7.0;python_version=='2.7'