pythonPackages.babelgladeextractor: disable for python2
Uses python3 specific calls in setup.py: ``` File "setup.py", line 23, in _slurp with open(path, encoding="utf-8") as fp: TypeError: 'encoding' is an invalid keyword argument for this function ```
parent
5d84954f
Please register or sign in to comment