nixpkgs/pkgs/development/interpreters/python/cpython
Josef Kemetmüller 3818cd9049 python: Fix creating RPMs from Python packages
This should enable (manual) building of RPMs from python projects using
the `python setup.py bdist_rpm` command on systems where `rpmbuild` is
not located in `/usr/bin/`. (e.g. NixOS)
The discovery of the rpmbuild command was fixed upstream in Python 3.8,
so this commit backports the relevant patch to our currently supported
Python 3 versions.

Fixes: #85204
2020-05-09 11:15:28 +02:00
..
2.7 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
3.5
3.6
3.7 python: Fix creating RPMs from Python packages 2020-05-09 11:15:28 +02:00
3.8
3.9 python39: init at 3.9.0a1 2019-11-20 09:42:27 +01:00
docs treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
default.nix python: Fix creating RPMs from Python packages 2020-05-09 11:15:28 +02:00