Commit Graph

1 Commits

Author SHA1 Message Date
Tomas Orsava
b745af58b1 Add the import_all_modules_py3.11.py file for the python3.11-rpm-macros subpackage
Resolves: rhbz#2207631

- The script is copied veratim from the current Fedora version.
- The script is namespaced with the `_py3_11` version, because it's only used for Python 3.11 at this point, and when we're adding the Python 3.12 stack, we don't want to name clash with it. The script might be different at that point, and also we can't depend on Python 3.11 macros from Python 3.12 macros.
- The script is excluded from bytecompilation, because it's run but never imported, and we don't want to pollute the `/usr/lib/rpm/redhat/` directory.
2023-08-11 13:37:36 +02:00