Package: python-debian
Version: 0.1.29
Severity: normal

Since it is a "pure debian" package, I consider this to be upstream bug
tracking for it ;)  Please correct me if I am wrong.

While testing some builds for our project on travis and installing depends via
pypi, python-debian got installed but tests failed since chardet wasn't
installed.  So I think following patch is needed:

$> git diff
diff --git a/setup.py.in b/setup.py.in
index 67423a3..190560f
--- a/setup.py.in
+++ b/setup.py.in
@@ -27,5 +27,5 @@ setup(name='python-debian',
       py_modules=['deb822'],
              maintainer='Debian python-debian Maintainers',
                     
maintainer_email='pkg-python-debian-ma...@lists.alioth.debian.org',
                     -      install_requires=['six'],
                     +      install_requires=['six', 'chardet'],
                           )

Thank you in advance

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'unstable-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python-debian depends on:
ii  python-chardet  2.3.0-2
ii  python-six      1.10.0-3
pn  python:any      <none>

Versions of packages python-debian recommends:
ii  python-apt  1.1.0~beta4

Versions of packages python-debian suggests:
ii  gpgv  1.4.20-6

-- no debconf information

Reply via email to