RE: rpm-python module
"Wichmann, Mats D" <[email protected]> Tue, 24 Aug 2004 06:47:37 -0700
| Newsgroups | gmane.linux.redhat.rpm.python |
|---|---|
| Message-ID | <A06801158AE07847B27A52C1A074BC1D04C9135B@fmsmsx404.amr.corp.intel.com> |
=20 > I searched for the rpm-python module but i couldn't find=20 >anything, where can i find it (i'll use it on Debian)? You'll have to build it yourself, it's not built/packaged for Debian - but it's not terribly hard to rebuild rpm on Debian. rpm support on Debian is very limited anyway, anything that involves querying an rpmdb is disabled. In fact, "rpm" on Debian is essentially rpmbuild - and the package is marked as orphaned, which means it no longer has a maintainer. I am partly responsible for this, I've asked the maintainer several rpm questions (including asking for rpm-python, I wanted to have a Debian server be able to host a yum repository made up of rpm packages pushed up by an assortment of build machines), which led him to look into upgrading rpm to a newer version - and decide instead to drop it, ostensibly because a new component has a license that conflicts with the Debian guidelines. You won't be happy using Debian to work with rpm packages if you're going to depend on "official" Debian packages to do it. Mats