Skip to content
Snippets Groups Projects

Newer upstream version for python-kubernetes

Open Bruno Martins requested to merge gitbmvb/python-kubernetes:master into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 0001-Fix-durationpy-dependency.patch
  • It's cool that you thought about this solution, but unfortunately it's not correct for Debian.

    One of our packaging policies is that we must not bundle external dependencies into the packages. Everything should be properly packaged. And you've actually just encountered a common problem we face when upgrading packages (especially large ones): oftentimes upstream decides that they should depend on extra libraries that are not part of Debian. In this case, the correct thing to do is to package these new dependencies, and block the upgrade of the first package until everything has been accepted into the archive.

    This is what needs to be done here.

  • Please register or sign in to reply
  • requested changes

  • Please register or sign in to reply
    Loading