[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pydist and install_requires



On 17/08/17 10:43, PICCA Frederic-Emmanuel wrote:
Hello Andrey

Isn't just adding the package names to Depends easier?

I just want this to be automatically generated and "upstreamable".

So do you have python-opengl, python-pyqt5 etc in Build-Depends?

yes, I think that I found the problem for opengl.
the egg info gives the name of the project which is PyOpenGL. (I am testing this now)

Indeed, you need to use the name registered on pypi, which can be different from the Debian package name. For OpenGL, the project is registered as PyOpenGL, for PyQt5 the name is PyQt5.

but for pyqt5 I do not have egg informations. Maybe the solution would be to add egg info to pyqt5.
But for the split ???

There are no individual registered names for the PyQt5 components, so you can only provide PyQt5 in the setup.py metadata, and you must list the necessary components yourself in d/control.

Ghis


Reply to: