Hello Ghislain > 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.
yes it works :) > 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. yes in my case I will override pyqt5 in the pydist-override in order to add the right dependencies. Cheers Fred