diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-19 08:07:55 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-19 08:07:55 +0000 |
commit | 4462084fddbfab8564c816a016fe46d2afae43ff (patch) | |
tree | 3bea8eb0dad77cf630565504bc71744ea010b2e1 /dev-python/blessings | |
parent | mask packages X 6 in python herd for removal (diff) | |
download | gentoo-2-4462084fddbfab8564c816a016fe46d2afae43ff.tar.gz gentoo-2-4462084fddbfab8564c816a016fe46d2afae43ff.tar.bz2 gentoo-2-4462084fddbfab8564c816a016fe46d2afae43ff.zip |
Drop nose from runtime deps, thanks Rene Neumann for reporting
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/blessings')
-rw-r--r-- | dev-python/blessings/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/blessings/blessings-1.6.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/blessings/ChangeLog b/dev-python/blessings/ChangeLog index ae05cee7e7c5..1ce86fad3401 100644 --- a/dev-python/blessings/ChangeLog +++ b/dev-python/blessings/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/blessings # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blessings/ChangeLog,v 1.1 2015/02/17 12:36:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/blessings/ChangeLog,v 1.2 2015/02/19 08:07:55 jlec Exp $ + + 19 Feb 2015; Justin Lecher <jlec@gentoo.org> blessings-1.6.ebuild: + Drop nose from runtime deps, thanks Rene Neumann for reporting *blessings-1.6 (17 Feb 2015) diff --git a/dev-python/blessings/blessings-1.6.ebuild b/dev-python/blessings/blessings-1.6.ebuild index fc6d4f977bd0..ae3c14dc0840 100644 --- a/dev-python/blessings/blessings-1.6.ebuild +++ b/dev-python/blessings/blessings-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blessings/blessings-1.6.ebuild,v 1.1 2015/02/17 12:36:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/blessings/blessings-1.6.ebuild,v 1.2 2015/02/19 08:07:55 jlec Exp $ EAPI=5 @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/nose[${PYTHON_USEDEP}]" +RDEPEND="" python_test() { nosetests --verbosity=3 ${PN} || die |