flake8
passed.
JSHint
passed.
Review Request #11471 — Created Feb. 15, 2021 and submitted
bcrypt
3.2 dropped support for Python 2.7. This wasn't an issue if
installing Review Board viapip
, but if usingeasy_install
, the
wrong version would be picked up.The 3.1.x series still supports Python 2.7, so we're now pinning that.
We don't directly depend on
bcrypt
, butcryptography
andparamiko
do. When we drop Python 2.7 support, we can remove this dependency
completely.
Tested an installation on Python 2.7, and verified that
bcrypt
3.1.7
was installed.
Summary | ID |
---|---|
83b7f50f70a63de4f2849c391b3294c3944f61ff |
Description | From | Last Updated |
---|---|---|
Bug 4913 |
david |