[TEMP] Fix RHEL 8 issues by restricting bcrypt to < 4.0.0 (#5183)
(cherry picked from commit 8e59e52525
)
pull/5213/head
parent
b3cdca4c84
commit
3055b34fa8
|
@ -51,6 +51,7 @@ redis < 4.0.0 ; python_version >= '2.7' and python_version < '3.6'
|
||||||
redis ; 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
|
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'
|
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
|
# freeze pylint and its requirements for consistent test results
|
||||||
astroid == 2.2.5
|
astroid == 2.2.5
|
||||||
|
|
Loading…
Reference in New Issue