nixpkgs/pkgs/development/python-modules/babelgladeextractor
Jonathan Ringer 1037206971 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
```
2020-02-15 09:59:44 -08:00
..
default.nix pythonPackages.babelgladeextractor: disable for python2 2020-02-15 09:59:44 -08:00