summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-10-29 18:22:28 +0200
committerAndrew Shadura <andrewsh@debian.org>2016-10-29 18:22:28 +0200
commit1f2e7a5fd37a59809c67acacaa771ebd1eedac4a (patch)
tree5ec010b4101e3c42221f3ba7b669f3be1036fbfa /debian
parent55115867592d4842afbdb384e5691bb93e558afd (diff)
Move python*-xlib to build-depend.
Runtime dependencies will be calculated automagically.
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 1d396c1..27b5deb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-setuptools (>= 0.6.24),
python-docutils,
- python-sphinx
+ python-sphinx,
+ python-xlib,
+ python3-xlib
Standards-Version: 3.9.7
Homepage: https://github.com/parkouss/pyewmh/
Vcs-Git: https://github.com/parkouss/pyewmh.git
@@ -19,7 +21,7 @@ X-Python3-Version: >= 3.2
Package: python-ewmh
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-xlib
+Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-ewmh-doc
Description: Python interface to EWMH-compliant window managers (Python 2)
python-ewmh is a 100% pure Python implementation of the EWMH (Extended
@@ -30,7 +32,7 @@ Description: Python interface to EWMH-compliant window managers (Python 2)
Package: python3-ewmh
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-xlib
+Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-ewmh-doc
Description: Python interface to EWMH-compliant window managers (Python 3)
python-ewmh is a 100% pure Python implementation of the EWMH (Extended