Hello,
still working on my silx package...
When it comes to python:Depends, I try to add the right entries in the setup.py
So I added a bunch of modules there.
-"setuptools"]
+"setuptools",
+# Debian added
+"ipython",
+"qtconsole",
+"enum34",
+
On Thu, Aug 17, 2017 at 09:16:25AM +, PICCA Frederic-Emmanuel wrote:
> When it comes to python:Depends, I try to add the right entries in the
> setup.py
Isn't just adding the package names to Depends easier?
> I: dh_python2 pydist:220: Cannot find package that provides opengl. Please
> add p
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 projec
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 f
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
5 matches
Mail list logo