Replies: 6 comments 9 replies
-
This would be an improvement to the existing workflow where folks outside of rpm-based distros can't even install the tooling. |
Beta Was this translation helpful? Give feedback.
-
We don't know anything about that dummy package, but in general we don'tr really want rpm on Pypi, it's not well suited to that. |
Beta Was this translation helpful? Give feedback.
-
I can see it's Nick Coghlan who maintains that namespace, I believe we should reach out to him and discuss this. Thank you for your response, Panu! |
Beta Was this translation helpful? Give feedback.
-
Note that if this is ready #2345 -- the rpm shim should be able to copy/link the _rpm extension module from the python3-rpm RPM package to virtual environments using different (well, probably just newer) Python versions. |
Beta Was this translation helpful? Give feedback.
-
@nforro @hroncok @TomasTomecek thanks for the discussion, so this is blocked on #2345 ? We hit this again with new pip, and need to stick to pip < 23.1, where even the old does not install anymore ;( https://gitlab.com/testing-farm/gluetool-modules/-/merge_requests/438/diffs |
Beta Was this translation helpful? Give feedback.
-
There is a dummy RPM package on PyPI that intentionally fails to install.
I'm wondering if a shim module similar to selinux wouldn't be beneficial. It would replace itself with system RPM module after import or raise an error stating that one needs to install RPM python bindings on their system. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions