diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-18 19:52:29 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-18 19:52:29 +0000 |
commit | d7a267f25abc6fbde298010c2c7a28fb4fc42eb3 (patch) | |
tree | ed6c51ce2b7cf5914af198256cbd4be93e56c3b7 /dev-python/zsi/zsi-2.1_alpha1.ebuild | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-d7a267f25abc6fbde298010c2c7a28fb4fc42eb3.tar.gz gentoo-2-d7a267f25abc6fbde298010c2c7a28fb4fc42eb3.tar.bz2 gentoo-2-d7a267f25abc6fbde298010c2c7a28fb4fc42eb3.zip |
Remove pyxml dependency
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/zsi/zsi-2.1_alpha1.ebuild')
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/zsi/zsi-2.1_alpha1.ebuild b/dev-python/zsi/zsi-2.1_alpha1.ebuild index c47a736916c9..c9fc2172cfd4 100644 --- a/dev-python/zsi/zsi-2.1_alpha1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.4 2010/10/10 19:00:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.5 2011/05/18 19:52:29 angelos Exp $ EAPI="3" PYTHON_DEPEND="2:2.4" @@ -19,8 +19,7 @@ SLOT="0" LICENSE="PYTHON" IUSE="examples doc twisted" -DEPEND=">=dev-python/pyxml-0.8.3 - >=dev-python/setuptools-0.6_rc7-r1 +DEPEND=">=dev-python/setuptools-0.6_rc7-r1 twisted? ( >=dev-python/twisted-2 >=dev-python/twisted-web-0.5 )" |