Newer upstream version for python-kubernetes
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
mentioned in issue debian-brasil-team/docs#420
- debian/patches/series 0 → 100644
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