1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[TEMP] Fix RHEL 8 issues by restricting bcrypt to < 4.0.0 (#5183)

This commit is contained in:
Felix Fontein 2022-08-25 07:30:28 +02:00 committed by GitHub
parent 8027bc5335
commit 8e59e52525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ redis < 4.0.0 ; python_version >= '2.7' and python_version < '3.6'
redis ; python_version >= '3.6'
pycdlib < 1.13.0 ; python_version < '3' # 1.13.0 does not work with Python 2, while not declaring that
python-daemon <= 2.3.0 ; python_version < '3'
bcrypt < 4.0.0 # TEMP: restrict to < 4.0.0 since installing 4.0.0 fails on RHEL 8
# freeze pylint and its requirements for consistent test results
astroid == 2.2.5