diff options
author | Varac <varac@leap.se> | 2017-06-22 12:14:28 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-06-26 12:20:38 +0200 |
commit | 9e5b21f40df72b46a2ff4f29e3b2d83ea836267e (patch) | |
tree | 6c844d32fcaf6af9136e892a77e831ceab163e3b /debian | |
parent | fbf185332d9949e773c48db0de85680aae4d0690 (diff) |
[pkg] Add python-wheel to Build-depends
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2d261e16..ca7381e7 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: soledad Section: python Priority: optional Maintainer: Micah Anderson <micah@debian.org> -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), - dh-python +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python-wheel, debhelper (>= 9), dh-python Standards-Version: 3.9.6 Package: soledad-server |