summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:51:10 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:51:10 +0000
commita1068b1c6f2fe6dd9f803111788ff523855965a8 (patch)
tree53e6e759a86f98470e3723e6706f90b37c30ef66 /dev-python/oauthlib/oauthlib-0.6.3.ebuild
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadhistorical-a1068b1c6f2fe6dd9f803111788ff523855965a8.tar.gz
historical-a1068b1c6f2fe6dd9f803111788ff523855965a8.tar.bz2
historical-a1068b1c6f2fe6dd9f803111788ff523855965a8.zip
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/oauthlib/oauthlib-0.6.3.ebuild')
-rw-r--r--dev-python/oauthlib/oauthlib-0.6.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/oauthlib/oauthlib-0.6.3.ebuild b/dev-python/oauthlib/oauthlib-0.6.3.ebuild
index 3649d16243f9..539e8670a74b 100644
--- a/dev-python/oauthlib/oauthlib-0.6.3.ebuild
+++ b/dev-python/oauthlib/oauthlib-0.6.3.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/oauthlib/oauthlib-0.6.3.ebuild,v 1.1 2014/06/17 05:23:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild,v 1.2 2014/07/06 12:44:08 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -23,7 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
- virtual/python-unittest2[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)"