diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-30 16:52:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-30 16:52:04 +0000 |
commit | 1ad28fd51084159b89e4aaf31f67e690c1bd5576 (patch) | |
tree | a1d54c9c70e153c51a6a5d6280ec83d75f383702 /dev-python/webob/webob-1.0.7.ebuild | |
parent | Add ~sparc wrt #364219 (diff) | |
download | gentoo-2-1ad28fd51084159b89e4aaf31f67e690c1bd5576.tar.gz gentoo-2-1ad28fd51084159b89e4aaf31f67e690c1bd5576.tar.bz2 gentoo-2-1ad28fd51084159b89e4aaf31f67e690c1bd5576.zip |
Fix tests.
(Portage version: 2.2.0_alpha30_p21/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webob/webob-1.0.7.ebuild')
-rw-r--r-- | dev-python/webob/webob-1.0.7.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/webob/webob-1.0.7.ebuild b/dev-python/webob/webob-1.0.7.ebuild index 1d663eb2fc92..dfc431a56515 100644 --- a/dev-python/webob/webob-1.0.7.ebuild +++ b/dev-python/webob/webob-1.0.7.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/webob/webob-1.0.7.ebuild,v 1.1 2011/04/29 20:16:09 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.7.ebuild,v 1.2 2011/04/30 16:52:04 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" DISTUTILS_SRC_TEST="nosetests" -inherit distutils +inherit distutils eutils MY_PN="WebOb" MY_P="${MY_PN}-${PV}" @@ -32,9 +32,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { distutils_src_prepare - - # https://bitbucket.org/ianb/webob/issue/11 - sed -e "s/test_multidict_cgi/_&/" -i tests/test_misc.py + epatch "${FILESDIR}/${P}-tests.patch" } src_compile() { |