diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-03-12 07:25:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-03-12 07:25:22 +0000 |
commit | ae50c3905a17a420501e0c87ae507936c8614cf1 (patch) | |
tree | dac05626e5b7bbf154a43dded86b6e940cadb728 /dev-python/lz4 | |
parent | dev-python/lz4: We don't need nose for installation, #499558 (diff) | |
download | gentoo-2-ae50c3905a17a420501e0c87ae507936c8614cf1.tar.gz gentoo-2-ae50c3905a17a420501e0c87ae507936c8614cf1.tar.bz2 gentoo-2-ae50c3905a17a420501e0c87ae507936c8614cf1.zip |
dev-python/lz4: We don't need nose for installation, #499558
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/lz4')
-rw-r--r-- | dev-python/lz4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lz4/lz4-0.6.0_p20140104.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-python/lz4/ChangeLog b/dev-python/lz4/ChangeLog index 801314b9896b..c6fe8cc03093 100644 --- a/dev-python/lz4/ChangeLog +++ b/dev-python/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lz4 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.1 2014/01/27 16:28:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.2 2014/03/12 07:25:22 jlec Exp $ + + 12 Mar 2014; Justin Lecher <jlec@gentoo.org> lz4-0.6.0_p20140104.ebuild: + We don't need nose for installation, #499558 *lz4-0.6.0_p20140104 (27 Jan 2014) diff --git a/dev-python/lz4/lz4-0.6.0_p20140104.ebuild b/dev-python/lz4/lz4-0.6.0_p20140104.ebuild index ba8572f5f5be..c053c0813022 100644 --- a/dev-python/lz4/lz4-0.6.0_p20140104.ebuild +++ b/dev-python/lz4/lz4-0.6.0_p20140104.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v 1.1 2014/01/27 16:28:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v 1.2 2014/03/12 07:25:22 jlec Exp $ EAPI=5 @@ -22,6 +22,12 @@ RDEPEND="" DEPEND=" test? ( dev-python/nose )" +python_prepare_all() { + sed \ + -e '/nose/d' \ + -i setup.py || die +} + python_test() { cd tests || die nosetests || die |