We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbab95d + 90e3f09 commit bb4586cCopy full SHA for bb4586c
ci/constants.py
@@ -55,16 +55,7 @@ class TargetPython(Enum):
55
'zope',
56
])
57
BROKEN_RECIPES_PYTHON3_CRYSTAX = set([
58
- # not yet python3crystax compatible
59
- 'apsw', 'atom', 'boost', 'brokenrecipe', 'cdecimal', 'cherrypy',
60
- 'coverage', 'dateutil', 'enaml', 'ethash', 'kiwisolver', 'libgeos',
61
- 'libnacl', 'libsodium', 'libtorrent', 'libtribler', 'libzbar', 'libzmq',
62
- 'm2crypto', 'mysqldb', 'ndghttpsclient', 'pil', 'pycrypto', 'pyethereum',
63
- 'pygame', 'pyleveldb', 'pyproj', 'pyzmq', 'regex', 'shapely',
64
- 'simple-crypt', 'twsisted', 'vispy', 'websocket-client', 'zbar',
65
- 'zeroconf', 'zope',
66
- # https://github.com/kivy/python-for-android/issues/550
67
- 'audiostream',
+ 'brokenrecipe',
68
# enum34 is not compatible with Python 3.6 standard library
69
# https://stackoverflow.com/a/45716067/185510
70
'enum34',
0 commit comments