Skip to content
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

remove _resolve_deps which required python-apt #63126

Merged
merged 3 commits into from
Nov 29, 2022
Merged

remove _resolve_deps which required python-apt #63126

merged 3 commits into from
Nov 29, 2022

Conversation

whytewolf
Copy link
Collaborator

What does this PR do?

removes _resolve_deps which only worked with the apt system python library that is not going to be available for onedir. starts using apt-get which has had the same functionality since ubuntu 14.04

What issues does this PR fix or reference?

Fixes: #62934

Previous Behavior

on onedir installed sources dependencies would not install

New Behavior

sources work exactly the same as repository installs

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

No

@whytewolf whytewolf changed the title [WIP] remove _resolve_deps which required python-apt remove _resolve_deps which required python-apt Nov 29, 2022
@whytewolf whytewolf marked this pull request as ready for review November 29, 2022 19:11
@whytewolf whytewolf requested a review from a team as a code owner November 29, 2022 19:11
@whytewolf whytewolf requested review from MKLeb and removed request for a team November 29, 2022 19:11
Copy link
Contributor

@MKLeb MKLeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, we are good with no tests here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] pkg.installed should install dependencies when directly installing .deb files (#10107 striked back)
4 participants