-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
[20.03] pythonPackages.stem: unmarked as broken #85896
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already asked in IRC to amend the commit, but one more thing while you're touching this file: Ignore me (:
suggestion: change title to |
Best as I can tell, it fails on python3.8 due to
If you want to unbreak, you should either patch it or see if there's a new upstream version that works with py38 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should either work on py38 or be disabled on py38.
To work on py38, I suggest adding pythonPackages.distro
to build, and then patching the offending line to use distro.linux_distribution()
(e.g. via substituteInPlace FILE_NAME --replace "platform.linux_distribution(" "distro.linux_distribution("
)
whoops. Looks like this is a duplicate PR of #85642. That one includes update to 1.8.0. I'd recommend taking that one instead. |
The package was marked broken but seems to work on 20.03