packit / rpm-shim

Python RPM shim module for use in virtualenvs
MIT License
2 stars 4 forks source link

Initial implementation #1

Closed nforro closed 1 year ago

nforro commented 1 year ago

I am confused now: when I install the module to user sitelib, I can no longer import rpm:

Does the container have RPM python bindings installed? You can also try to enable debug logging: python -c 'import logging; logging.basicConfig(level=logging.DEBUG); import rpm'

TomasTomecek commented 1 year ago

yes, the proper rpm bindings were installed

I don't know what went wrong exactly, let's keep it as it is right now and do another "usability testing" round before announcing this module publicly

nforro commented 1 year ago

Ok, Zuul is not enabled yet, so let me merge this manually.