diff options
author | Varac <varac@leap.se> | 2017-09-05 17:03:10 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-09-05 17:06:16 +0200 |
commit | 8bd62e2673571bd7cc0abefeefd15fc342ebef90 (patch) | |
tree | 6a58c55c6689923647c5da45b8797002ab17b833 /debian/control | |
parent | a1030cd5021cf7309bafdc52f2f19a7aa2a4d766 (diff) |
[pkg] Add python-wheel to build-depends
Resolves: #9045
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/control b/debian/control index bf6a779b..b17dcd81 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,15 @@ Maintainer: Kali Kaneko <kali@leap.se> Uploaders: LEAP automated build <sysdev@leap.se> Homepage: https://bitmask.net Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9.0.0), dh-python, python, python-setuptools, pep8, - pyqt5-dev-tools, python-docutils, docutils-common, +Build-Depends: debhelper (>= 9.0.0), + dh-python, + python, + python-docutils, + python-setuptools, + python-wheel, + pep8, + pyqt5-dev-tools, + docutils-common, nodejs # XXX we're not installing sphinx docs now. in zesty we'll need universe, # sphinx has been moved there. |