diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2012-05-08 17:58:07 +0300 |
---|---|---|
committer | Ed Bartosh <eduard.bartosh@intel.com> | 2012-05-09 10:52:15 +0300 |
commit | 3a37f412908fcfaeccebdf172671bdf2a723fd92 (patch) | |
tree | 394d8947aa237c244b95e053da59c79aa6c95b59 | |
parent | 615a0eb3d35f2f225e723b1624339e4c7b839f17 (diff) | |
download | git-buildpackage-3a37f412908fcfaeccebdf172671bdf2a723fd92.tar.gz git-buildpackage-3a37f412908fcfaeccebdf172671bdf2a723fd92.tar.bz2 git-buildpackage-3a37f412908fcfaeccebdf172671bdf2a723fd92.zip |
Added build dependency to epydoc, python-coverage and python-nose
Change-Id: Id92631db142321ff81b246fca6588b90f5568143
-rw-r--r-- | rpm/git-buildpackage.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rpm/git-buildpackage.spec b/rpm/git-buildpackage.spec index ab13a072..6a795e24 100644 --- a/rpm/git-buildpackage.spec +++ b/rpm/git-buildpackage.spec @@ -14,7 +14,9 @@ BuildRequires: python BuildRequires: python-distribute BuildRequires: docbook-utils BuildRequires: gtk-doc - +BuildRequires: epydoc +BuildRequires: python-coverage +BuildRequires: python-nose %description Set of tools from Debian that integrate the package build system with Git. |