[Rpm-maint] [rpm-software-management/rpm] python bindings are using system RPM instead of in-source one (#130)

Panu Matilainen notifications at github.com
Mon Mar 30 11:28:58 UTC 2020


The issue here is pretty convoluted: the setup.py method of building was originally added primarily to support shipping python-bindings as a separate tarball, to support building multiple versions of the bindings. The former never happened, and to support Py 2 vs 3 people have been building the bindings in-tree with the setup.py method, which never really really worked. 

Now that that Python 2 is no longer supported at all, I think the solution to this is either axe the setup.py method entirely, or make it error-out if trying to build in-tree.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/130#issuecomment-605944390
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200330/4c69779a/attachment.html>


More information about the Rpm-maint mailing list