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

Improve Python's site-packages directory detection for Python's pre-r… #515

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

stratakis
Copy link
Contributor

The regex utilized for structuring the python site-packages directory name is buggy for Python's pre-releases, as the version string will contain a, b, or rc for alpha, beta and release candidate respectively. However the site-packages dir always contains just the version.

Detected downstream on Fedora, as we updated to the first beta of Python 3.9 for the development version of the OS: https://bugzilla.redhat.com/show_bug.cgi?id=1791947

@opdenkamp
Copy link
Contributor

thanks, never bumped into this one :)

@opdenkamp opdenkamp merged commit b42fad0 into Pulse-Eight:master Jul 13, 2020
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.

2 participants