diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-06-27 09:36:10 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-06-27 11:22:58 +0200 |
commit | 747a273243c39e666171eeac9bcd4e8f2f8f7026 (patch) | |
tree | 3ad9069c3e8d10eb9260c229e9ef4b8bb1468f7c | |
parent | 42769e3f6178d39b977cc41468207cb5ae3f7c2b (diff) | |
download | git-buildpackage-747a273243c39e666171eeac9bcd4e8f2f8f7026.tar.gz git-buildpackage-747a273243c39e666171eeac9bcd4e8f2f8f7026.tar.bz2 git-buildpackage-747a273243c39e666171eeac9bcd4e8f2f8f7026.zip |
Depend on python-pkg-resources
Closes: #714238
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1929f8a6..0e5b54f6 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: python-epydoc, python-nose, python-nosexcover, + python-pkg-resources, python-setuptools, sgml2x, # For the testsuite @@ -39,6 +40,7 @@ Depends: ${python:Depends}, git (>= 1:1.7.9.1-1~), man-db, python-dateutil, + python-pkg-resources, Recommends: pristine-tar (>= 0.5), cowbuilder Suggests: python-notify, unzip Description: Suite to help with Debian packages in Git repositories |