diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2013-07-27 10:32:05 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2013-07-27 10:32:05 +0000 |
commit | ce5f037e63cc78414bb9290762719ecc8520dd76 (patch) | |
tree | db4958c6e154fb6ce200605d032bf5c13a834979 /dev-python | |
parent | Export working copy information after the update rather than in pkg_preinst()... (diff) | |
download | gentoo-2-ce5f037e63cc78414bb9290762719ecc8520dd76.tar.gz gentoo-2-ce5f037e63cc78414bb9290762719ecc8520dd76.tar.bz2 gentoo-2-ce5f037e63cc78414bb9290762719ecc8520dd76.zip |
Remove pytest dependency (bug 452546).
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cov-core/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/cov-core/cov-core-1.7.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/cov-core/ChangeLog b/dev-python/cov-core/ChangeLog index 3bc55a72a6d3..ad92a46925c8 100644 --- a/dev-python/cov-core/ChangeLog +++ b/dev-python/cov-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cov-core -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.3 2012/12/17 19:56:17 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/ChangeLog,v 1.4 2013/07/27 10:32:05 djc Exp $ + + 27 Jul 2013; Dirkjan Ochtman <djc@gentoo.org> cov-core-1.7.ebuild: + Remove pytest dependency (bug 452546). 17 Dec 2012; Michał Górny <mgorny@gentoo.org> cov-core-1.7.ebuild: Bump to EAPI=5 to make Paludis happy, bug #447524. diff --git a/dev-python/cov-core/cov-core-1.7.ebuild b/dev-python/cov-core/cov-core-1.7.ebuild index d2c9785a8b40..afee0de8b554 100644 --- a/dev-python/cov-core/cov-core-1.7.ebuild +++ b/dev-python/cov-core/cov-core-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.3 2012/12/17 19:56:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cov-core/cov-core-1.7.ebuild,v 1.4 2013/07/27 10:32:05 djc Exp $ EAPI="5" @@ -16,6 +16,5 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}]" +RDEPEND="dev-python/coverage[${PYTHON_USEDEP}]" DEPEND="" |