diff --git a/ci/constants.py b/ci/constants.py index 29b8495e81..fcd0c77443 100644 --- a/ci/constants.py +++ b/ci/constants.py @@ -55,16 +55,7 @@ class TargetPython(Enum): 'zope', ]) BROKEN_RECIPES_PYTHON3_CRYSTAX = set([ - # not yet python3crystax compatible - 'apsw', 'atom', 'boost', 'brokenrecipe', 'cdecimal', 'cherrypy', - 'coverage', 'dateutil', 'enaml', 'ethash', 'kiwisolver', 'libgeos', - 'libnacl', 'libsodium', 'libtorrent', 'libtribler', 'libzbar', 'libzmq', - 'm2crypto', 'mysqldb', 'ndghttpsclient', 'pil', 'pycrypto', 'pyethereum', - 'pygame', 'pyleveldb', 'pyproj', 'pyzmq', 'regex', 'shapely', - 'simple-crypt', 'twsisted', 'vispy', 'websocket-client', 'zbar', - 'zeroconf', 'zope', - # https://github.com/kivy/python-for-android/issues/550 - 'audiostream', + 'brokenrecipe', # enum34 is not compatible with Python 3.6 standard library # https://stackoverflow.com/a/45716067/185510 'enum34',