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
[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
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
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
[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
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
[Klaus Zimmermann, 2016-08-18]
> I'd like to join DPMT to maintain the new package cf-python[1].
>
> My alioth account is zklaus-guest and I have read and agree to the
> policies [2], [3].
welcome :)
--
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl
> Turns out the "any DD can write" thing doesn't quite work, or at least I
> couldn't create a new repository. So, please add me to DPMT team on
> Alioth. I have read https://python-modules.alioth.debian.org/policy.html
> and agree with it.
that's after last alioth migration, there's something wro
Hello Guyes,
I am working with Sandor (CC) in order to upgrade the pytango package.
With this new version, the upstream decided to rename the module from PyTango
to tango
import PyTango -> import tango
The previous package provided these binary packages
python-pytango
python3-pytango
now it s
9 matches
Mail list logo