Skip to content

Commit bb4586c

Browse files
authored
Merge pull request #1459 from AndreMiras/feature/update_broken_recipe_list
Cleans broken python3crystax recipe list
2 parents fbab95d + 90e3f09 commit bb4586c

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)