mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Pin hiredis to 2.0.0
The hiredis 2.1.0 release doesn't provide source distribution on PyPi so users can't build that python package from sources. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
@@ -157,6 +157,15 @@ For now, we pin to the old version, 3.4.1
|
|||||||
* https://github.com/django/channels_redis/issues/332
|
* https://github.com/django/channels_redis/issues/332
|
||||||
* https://github.com/ansible/awx/issues/13313
|
* https://github.com/ansible/awx/issues/13313
|
||||||
|
|
||||||
|
### hiredis
|
||||||
|
|
||||||
|
The hiredis 2.1.0 release doesn't provide source distribution on PyPI which prevents users to build that python package from the
|
||||||
|
sources.
|
||||||
|
Downgrading to 2.0.0 (which provides source distribution) until the channels-redis issue is fixed or a newer hiredis version is
|
||||||
|
available on PyPi with source distribution.
|
||||||
|
|
||||||
|
* https://github.com/redis/hiredis-py/issues/138
|
||||||
|
|
||||||
## Library Notes
|
## Library Notes
|
||||||
|
|
||||||
### pexpect
|
### pexpect
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ djangorestframework==3.13.1
|
|||||||
djangorestframework-yaml
|
djangorestframework-yaml
|
||||||
filelock
|
filelock
|
||||||
GitPython
|
GitPython
|
||||||
|
hiredis==2.0.0 # see UPGRADE BLOCKERs
|
||||||
irc
|
irc
|
||||||
jinja2
|
jinja2
|
||||||
JSON-log-formatter
|
JSON-log-formatter
|
||||||
|
|||||||
@@ -158,8 +158,10 @@ gitpython==3.1.29
|
|||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
google-auth==2.14.1
|
google-auth==2.14.1
|
||||||
# via kubernetes
|
# via kubernetes
|
||||||
hiredis==2.1.0
|
hiredis==2.0.0
|
||||||
# via aioredis
|
# via
|
||||||
|
# -r /awx_devel/requirements/requirements.in
|
||||||
|
# aioredis
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
# via
|
# via
|
||||||
# autobahn
|
# autobahn
|
||||||
|
|||||||
Reference in New Issue
Block a user