Skip to content
Commit 10372069 authored by Jonathan Ringer's avatar Jonathan Ringer Committed by Jon
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment