Re: pydist and install_requires

2017-08-17 Thread Ghislain Vaillant
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

Re: pydist and install_requires

2017-08-17 Thread Andrey Rahmatullin
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

pydist and install_requires

2017-08-17 Thread PICCA Frederic-Emmanuel
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", +