diff options
author | 2011-03-28 20:27:30 +0000 | |
---|---|---|
committer | 2011-03-28 20:27:30 +0000 | |
commit | 9efb2407b451343037bdce667375d829a2f40838 (patch) | |
tree | 0c20837afd3556383bde3980318effc0b3274060 /dev-python/dulwich | |
parent | sys-apps/biosdevname-0.3.8: Added ~x86 keyword. (diff) | |
download | gentoo-2-9efb2407b451343037bdce667375d829a2f40838.tar.gz gentoo-2-9efb2407b451343037bdce667375d829a2f40838.tar.bz2 gentoo-2-9efb2407b451343037bdce667375d829a2f40838.zip |
Fix dependencies.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/dulwich/dulwich-0.7.0.ebuild b/dev-python/dulwich/dulwich-0.7.0.ebuild index c681008a0d9a..11b3aa7107e9 100644 --- a/dev-python/dulwich/dulwich-0.7.0.ebuild +++ b/dev-python/dulwich/dulwich-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.7.0.ebuild,v 1.4 2011/03/24 22:27:45 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.7.0.ebuild,v 1.5 2011/03/28 20:27:30 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,8 @@ SLOT="0" KEYWORDS="amd64 ~x86 ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools + test? ( dev-lang/python:2.7 dev-python/unittest2 dev-python/testtools )" RDEPEND="" src_prepare() { |