diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-02-12 14:31:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-02-12 14:31:46 +0100 |
commit | 0d14f906c1d8eb36127f85effb1bc87790ec251c (patch) | |
tree | f6c11dfc7b91ff8974b29c3d7220dae3340b4661 | |
parent | de9f01ff4ab23b738d64c74e92790603f842695b (diff) | |
download | Chimère-0d14f906c1d8eb36127f85effb1bc87790ec251c.tar.bz2 Chimère-0d14f906c1d8eb36127f85effb1bc87790ec251c.zip |
Debian: add missing dependency
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0dc442c..7f913fd 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Étienne Loks <etienne.loks@peacefrogs.net> Build-Depends: debhelper (>= 8.0.0), python | python-all | python-dev | python-all-dev, - python-sphinx (>= 1.0.7+dfsg) | python3-sphinx + python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, + python-setuptools Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/chimere #Vcs-Git: git://git.debian.org/collab-maint/python-django-chimere.git |