The unversioned Python RPM macros
In rpm 4.15 those are no longer defined.
The meaning of "python" is derived from %__python - and that errors by default
unless user defined.
Example usage:
%global __python /usr/bin/pypy3
...
%files
%{python_sitelib}/foo/
|
||
|---|---|---|
| .gitignore | ||
| macros.pybytecompile | ||
| macros.python | ||
| macros.python2 | ||
| macros.python3 | ||
| macros.python-srpm | ||
| python-rpm-macros.spec | ||
| sources | ||