Re: Wrong package name python-jwt

2016-08-29 Thread Cornelius Kölbel
Hi Piotr, hi Filip, thanks for your input and explanation. Kind regards Cornelius Am Montag, den 29.08.2016, 13:12 +0200 schrieb Filip Pytloun: > Hello Cornelius, > > Pretty much on this topic is explained in dh_python2 man page (find > dependencies) > http://manpages.ubuntu.com/manpages/precise

Re: Wrong package name python-jwt

2016-08-29 Thread Piotr Ożarowski
[Cornelius Kölbel, 2016-08-29] > thanks a lot. That did the trick. > Please enlighten me. dh-python maps python module names to debian > package names? without dh-python in Build-Depends: really old dh_python2 version was used during build. The old one was guessing package name if it wasn't found

Re: Wrong package name python-jwt

2016-08-29 Thread Filip Pytloun
Hello Cornelius, Pretty much on this topic is explained in dh_python2 man page (find dependencies) http://manpages.ubuntu.com/manpages/precise/man1/dh_python2.1.html And here's a little bit more (but I suppose you already know this doc): https://wiki.debian.org/Python/LibraryStyleGuide Filip On

Re: Wrong package name python-jwt

2016-08-29 Thread Cornelius Kölbel
Hello Piotr, thanks a lot. That did the trick. Please enlighten me. dh-python maps python module names to debian package names? Kind regards Cornelius Am Montag, den 29.08.2016, 12:47 +0200 schrieb Piotr Ożarowski: > [Cornelius Kölbel, 2016-08-29] > > > > Due to ${python:Depends} the dependency

Re: Wrong package name python-jwt

2016-08-29 Thread Piotr Ożarowski
[Cornelius Kölbel, 2016-08-29] > Due to ${python:Depends} the dependency python-pyjwt is added. please add dh-python to Build-Depends and try again -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerpr

Wrong package name python-jwt

2016-08-29 Thread Cornelius Kölbel
Hello list, I have a problem with the naming of a python package. My python project uses the python package PyJWT. https://github.com/jpadilla/pyjwt Thus I add     install_requires = [...   "PyJWT>=1.3.0", in my setup.py of my python project. Now I am also building a debian