summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-12-06 21:37:05 +0000
committerMike Gilbert <floppym@gentoo.org>2013-12-06 21:37:05 +0000
commit298825cb46436d45340fe2eab97e3189db40b8b6 (patch)
tree144ad6b965571f603bb5453e364cce48425c1659 /dev-python/iso8601
parentCleanup, security bug #489944 (diff)
downloadgentoo-2-298825cb46436d45340fe2eab97e3189db40b8b6.tar.gz
gentoo-2-298825cb46436d45340fe2eab97e3189db40b8b6.tar.bz2
gentoo-2-298825cb46436d45340fe2eab97e3189db40b8b6.zip
Drop dependency on nose, thanks Arfrever.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/iso8601')
-rw-r--r--dev-python/iso8601/ChangeLog5
-rw-r--r--dev-python/iso8601/iso8601-0.1.8.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/iso8601/ChangeLog b/dev-python/iso8601/ChangeLog
index 9e9d1f9c957b..af6192f09d55 100644
--- a/dev-python/iso8601/ChangeLog
+++ b/dev-python/iso8601/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/iso8601
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.6 2013/11/14 06:39:29 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.7 2013/12/06 21:37:05 floppym Exp $
+
+ 06 Dec 2013; Mike Gilbert <floppym@gentoo.org> iso8601-0.1.8.ebuild:
+ Drop dependency on nose, thanks Arfrever.
*iso8601-0.1.8 (14 Nov 2013)
diff --git a/dev-python/iso8601/iso8601-0.1.8.ebuild b/dev-python/iso8601/iso8601-0.1.8.ebuild
index 2c92c0bf3852..08888c8348aa 100644
--- a/dev-python/iso8601/iso8601-0.1.8.ebuild
+++ b/dev-python/iso8601/iso8601-0.1.8.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/iso8601/iso8601-0.1.8.ebuild,v 1.1 2013/11/14 06:39:29 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.8.ebuild,v 1.2 2013/12/06 21:37:05 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )"
+ test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {