diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-07-19 07:56:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-07-19 07:56:04 +0000 |
commit | 3673e8f442d8dc85c714a76d53aae98c45246b58 (patch) | |
tree | a1b869d2bbc49bf6398c562fc6d4c1e83031d693 /dev-python/ws4py/ws4py-0.2.4-r1.ebuild | |
parent | Switch the dep back to dev-python/unittest2 due to bug #450648. (diff) | |
download | historical-3673e8f442d8dc85c714a76d53aae98c45246b58.tar.gz historical-3673e8f442d8dc85c714a76d53aae98c45246b58.tar.bz2 historical-3673e8f442d8dc85c714a76d53aae98c45246b58.zip |
Switch the dep back to dev-python/unittest2 due to bug #450658.
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Manifest-Sign-Key: 0x9627F456F9DA7643!
Diffstat (limited to 'dev-python/ws4py/ws4py-0.2.4-r1.ebuild')
-rw-r--r-- | dev-python/ws4py/ws4py-0.2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-0.2.4-r1.ebuild b/dev-python/ws4py/ws4py-0.2.4-r1.ebuild index 7a0ac1a16b52..abe253709015 100644 --- a/dev-python/ws4py/ws4py-0.2.4-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.4-r1.ebuild,v 1.1 2013/03/16 11:15:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.4-r1.ebuild,v 1.2 2013/07/19 07:56:00 mgorny Exp $ # We could depend on dev-python/cherrypy when USE=server, but # that is an optional component ... @@ -30,7 +30,7 @@ IUSE="+client +server test +threads" RDEPEND="" DEPEND="test? ( ${RDEPEND} - virtual/python-unittest2[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] >=dev-python/cherrypy-3.2.0[${PYTHON_USEDEP}] dev-python/gevent[${PYTHON_USEDEP}] )" |