Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/pythondistdeps: Fix for Python 3.10 #1558

Merged
merged 1 commit into from Mar 15, 2021

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented Feb 24, 2021

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.

cc @torsava

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.
@hroncok
Copy link
Contributor Author

hroncok commented Feb 24, 2021

And cc @s-t-e-v-e-n-k

@pmatilai pmatilai merged commit a8a0513 into rpm-software-management:master Mar 15, 2021
@hroncok hroncok deleted the importlib_3.10 branch March 26, 2021 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants