mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Remove version number from an error message so that it makes sense (#4188)
This commit is contained in:
parent
2be43903ea
commit
ba45d28fc3
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -48,8 +48,8 @@ setup_requirements = []
|
|||
if platform.python_implementation() == "PyPy":
|
||||
if sys.pypy_version_info < (5, 3):
|
||||
raise RuntimeError(
|
||||
"cryptography 1.9 is not compatible with PyPy < 5.3. Please "
|
||||
"upgrade PyPy to use this library."
|
||||
"cryptography is not compatible with PyPy < 5.3. Please upgrade "
|
||||
"PyPy to use this library."
|
||||
)
|
||||
else:
|
||||
setup_requirements.append("cffi>=1.7,!=1.11.3")
|
||||
|
|
|
|||
Loading…
Reference in a new issue