-
Notifications
You must be signed in to change notification settings - Fork 90
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
python2-ordered-set: Add at 3.1.1 #3057
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.
I'm curious why this is only a draft since, at a glance, it looks ready to go in?
It's a draft for 2 reasons:
|
The functionality is necessary for the solus-sc-based py2 pisi code for the epoch prep stuff and after the epoch until solus-sc, pisi and python2 is deprecated and removed from the repo. It goes in.
|
bbd4a54
to
d05d895
Compare
**Summary** Initial inclusion of an older version of the PyPI ordered-set package, which works with python2. It is required to enable a deterministic install order for some packages in eopkg py2.
d05d895
to
6147c30
Compare
Summary
This is an old version of the PyPI ordered-set which works with python2. It is required to enable a deterministic install order for some packages in eopkg py2.
Test Plan
python
REPL.import ordered_set
and see that the module is available, even in python2.Checklist