diff options
| author | Varac <varac@leap.se> | 2017-06-16 12:08:53 +0200 | 
|---|---|---|
| committer | Varac <varac@leap.se> | 2017-06-16 12:08:56 +0200 | 
| commit | 94991ebeff31676f0a55c52a8bf123cff22853b6 (patch) | |
| tree | 8d40e65e64e7f013545d61f84c69268f098d3f6d | |
| parent | 42252afd009b31830ff3fc709f0d50b1ee7dd5bc (diff) | |
Add dh-python to build-depends
see https://0xacab.org/leap/leap_pycommon/builds/9055
    make[1]: Entering directory '/builds/leap/leap_pycommon/source'
    dh_installchangelogs CHANGELOG.rst
    make[1]: Leaving directory '/builds/leap/leap_pycommon/source'
       dh_python2 -O--buildsystem=python_distutils
       W: dh_python2:479: Please add dh-python package to Build-Depends
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index 80cdc18..946e1b7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.8  Package: python-leap-common  Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dateutil, python-openssl, python-zmq, python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0) +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dateutil, python-openssl, python-zmq, python-txzmq (>= 0.7.3), python-twisted-web (>= 13.0.0), dh-python  Recommends: python-service-identity  Description: Common Python files needed by LEAP projects   This package contains common Python functions that are needed | 
