FS#61905 - [dbus-python] Please provide dbus_python.egg-info

Attached to Project: Arch Linux
Opened by Bastian Germann (bage) - Sunday, 03 March 2019, 15:48 GMT
Last edited by Toolybird (Toolybird) - Monday, 29 May 2023, 22:04 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Please provide the dbus_python.egg-info directory (from source as is) in the python[2]-dbus packages' site-packages directory to have the package recognized by the python package tools (e.g. pip). With the *egg* directory not being in place pip will reinstall dbus-python from PyPI on package installations that depend on it.

Additional info:
* package version 1.2.8

Steps to reproduce:
`pip list | grep dbus-python` fails with python-pip and python-dbus installed
This task depends upon

Closed by  Toolybird (Toolybird)
Monday, 29 May 2023, 22:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  dbus-python 1.3.2-2
Comment by Eli Schwartz (eschwartz) - Sunday, 03 March 2019, 20:42 GMT
sources come with a setup.py that executes configure; make; make install using magical paths to generate the installation plus setuptools metadata; it re-runs configure etc. every time you execute python setup.py install...

I guess it could replace all but the -common part, but this really is quite annoying.
Comment by Balló György (City-busz) - Saturday, 27 May 2023, 18:24 GMT
Please check dbus-python 1.3.2-2 from [extra-testing].

Loading...