Skip to content

Commit 90e3f09

Browse files
committed
Cleans broken python3crystax recipe list
With #1435 we're falling back automatically to python2 if the recipe is incompatible. This is better than maintaining a skip list, because the recipe will still be compiled under python2 on conflicting dependency graph for python3crystax.
1 parent bb9f067 commit 90e3f09

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ci/constants.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,7 @@ class TargetPython(Enum):
5555
'zope',
5656
])
5757
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',
58+
'brokenrecipe',
6859
# enum34 is not compatible with Python 3.6 standard library
6960
# https://stackoverflow.com/a/45716067/185510
7061
'enum34',

0 commit comments

Comments
 (0)