Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609308 - dev-python/cryptography-1.7.1[python_targets_pypy3] with dev-python/pypy3-2.4.0 - RuntimeError: cryptography 1.0 is not compatible with PyPy < 2.6. Please upgrade PyPy to use this library.
Summary: dev-python/cryptography-1.7.1[python_targets_pypy3] with dev-python/pypy3-2.4...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-13 23:29 UTC by Alessandro Barbieri
Modified: 2020-03-26 20:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2017-02-13 23:29:09 UTC
Can we have this kind of checks before emerging? 

* pypy3: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/pypy3 setup.py build
/usr/lib64/pypy3/site-packages/pkg_resources/__init__.py:80: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.
  warnings.warn(msg)
Traceback (most recent call last):
  File "setup.py", line 53, in <module>
    "cryptography 1.0 is not compatible with PyPy < 2.6. Please "
RuntimeError: cryptography 1.0 is not compatible with PyPy < 2.6. Please upgrade PyPy to use this library.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-26 20:39:41 UTC
Old version removed.  Please reopen if you can reproduce with the current one.