-
Notifications
You must be signed in to change notification settings - Fork 1.3k
kvm/security_group: Make Security Group Python 3 compatible #3589
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,6 +55,7 @@ intelligent IaaS cloud implementation. | |
| Summary: CloudStack management server UI | ||
| Requires: java-1.8.0-openjdk | ||
| Requires: python | ||
| Requires: python3 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We probably want both python and python3 like the debian/control change @GabrielBrascher, please add a new Requires line
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rhtyd ah sure. Updated it, thanks! |
||
| Requires: bash | ||
| Requires: bzip2 | ||
| Requires: gzip | ||
|
|
@@ -82,6 +83,7 @@ management, and intelligence in CloudStack. | |
| %package common | ||
| Summary: Apache CloudStack common files and scripts | ||
| Requires: python | ||
| Requires: python3 | ||
| Requires: python-argparse | ||
| Requires: python-netaddr | ||
| Group: System Environment/Libraries | ||
|
|
||
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.
@wido @GabrielBrascher Do we no longer need python-netaddr? (for all/any py scripts?)