-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Automatically resolve dependencies when sourcing a deb file. #10161
Conversation
- Uses python-apt module to check for missing dependencies and resolve them using apt-get. - deb package is then installed in the previous fashion
Test FAILed. |
Test FAILed. |
Test failures unrelated to commit. |
Test FAILed. |
Automatically resolve dependencies when sourcing a deb file.
@tedski, thanks for the work here! You covered the bases very well! |
Um, I'm not sure we want to rename apt.py. At least not without further discussion. Not sure if you noticed that change was in here, @thatch45. |
Ah, I see why now. Do we want to make it aptpkg.py to match yumpkg.py? (or yum_pkg.py for the same reason?) |
Feature added to address #10107