-
Notifications
You must be signed in to change notification settings - Fork 275
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
Update securesystemslib extras #2750
Update securesystemslib extras #2750
Conversation
Pull Request Test Coverage Report for Build 12557732266Details
💛 - Coveralls |
Adding on my TODO |
ce37c6e
to
d8e65a6
Compare
rebased on develop |
securesystemslib==1.2.0 | ||
# via -r requirements/main.txt |
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.
the extras are no longer documented in this file since pip-compile is changing the default output to be compatible with "--constraints" (meaning no extras): this seems sensible.
I'm explicitly using pip-compile --strip-extras
as the command so we won't get bitten by one version of pip-compile having a different default than another version at some point in future
This is obsolete by now. Signed-off-by: Jussi Kukkonen <[email protected]>
The only real change is pynacl being removed. The command used to generate the list is documented in the generated file. Note that --strip-extras is used: it will be default soon anyway. Signed-off-by: Jussi Kukkonen <[email protected]>
d8e65a6
to
83ec7be
Compare
rebased on develop |
pynacl is no lo longer either a dependency or "extras" name of securesystemslib 1.0 (which we already require)