Skip to content
Unverified Commit 30c6234e authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

python3Packages.pyaxmlparser: fix build

The build is currently broken on master[1] due to a major bump of
`click` in fe0af1ce.

Manually patching `setup.py` temporarily fixes the issue. To ensure that
succeeding builds don't deliver packages breaking at runtime due to
dependency issues I switched to the GitHub archive as source since it
contains tests as well.

Additionally, Python 2.7 support has been dropped. It seems as it
was never intended to support Python3 here, I simply forgot to disable
the Python2 build.

```
TypeError: AXMLParser object is not an iterator
```

[1] https://hydra.nixos.org/build/86108813
parent 77275917
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