Go to file
Tomas Orsava 48510eebae scripts/pythondistdeps: Fix for Python 3.10
self.name in PathDistribution is a property in Python 3.10+ and thus we
can't redefine it as an instance variable. Instead we explicitly define
it as a property, which works on all supported Python versions.
2021-02-24 14:07:24 +01:00
tests scripts/pythondistdeps: Backport switch to importlib.metadata from upstream 2021-02-18 16:08:27 +01:00
.gitignore
COPYING
python-rpm-generators.spec scripts/pythondistdeps: Fix for Python 3.10 2021-02-24 14:07:24 +01:00
python.attr Fix python(abi) requires generator, it picked files from almost good directories 2020-06-18 13:32:24 +02:00
pythonbundles.py Add executable bit to pythonbundles.py 2020-10-19 12:56:51 +02:00
pythondist.attr Remove unused 2.7 from --majorver-provides-versions 2021-02-08 10:53:40 +01:00
pythondistdeps.py scripts/pythondistdeps: Fix for Python 3.10 2021-02-24 14:07:24 +01:00
pythonname.attr
sources
update-test-sources.sh