Pulse-Eight / libcec

USB CEC Adapter communication Library http://libcec.pulse-eight.com/
Other
714 stars 287 forks source link

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

Closed stratakis closed 4 years ago

stratakis commented 4 years ago

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 commented 4 years ago

thanks, never bumped into this one :)