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 package from my project. My rules looks like this: dh $@ --with python2 --buildsystem=python_distutils The Depends in my control looks like this: Depends: ${misc:Depends}, ${python:Depends}, python-flask-migrate, python-qrcode, python-netaddr, python-pyrad, python-yaml, python-configobj, python-bs4, python-pandas, python-matplotlib, python-ecdsa, python-gnupg Due to ${python:Depends} the dependency python-pyjwt is added. But: In debian the package is called "python-jwt". But obviously contains the module by jpadilla. What is the recommended way to deal with that? Is there a way to exclude a single package from ${python:Depends}? Like exclude python-pyjwt and manually Depending python-jwt. Thanks a lot Cornelius -- Cornelius Kölbel cornelius.koel...@netknights.it +49 151 2960 1417 NetKnights GmbH http://www.netknights.it Landgraf-Karl-Str. 19, 34131 Kassel, Germany Tel: +49 561 3166797, Fax: +49 561 3166798 Amtsgericht Kassel, HRB 16405 Geschäftsführer: Cornelius Kölbel
signature.asc
Description: This is a digitally signed message part