mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-23 16:30:18 +00:00
In 61dac96af5 we backported upstream
patch to support Python 3.11, however that patch was not fully tested
and broke compatibility with Python 3.9. In particular, on line 126
of events.py entry_points is not defined.
There were two subsequent commits after that one which fix the issues
in Python < 3.10 branch. Each of them is one line when limited to
events.py, so I backported them too.
This fixes build of python39.pkgs.geventhttpclient in nixos-23.11
branch.