diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:44:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:44:08 +0000 |
commit | d1d84ba9a125d7de2a2657e82c646359fcec5157 (patch) | |
tree | 1405ef660b9db9dd3af0cca2e1a67960d65e01bf /dev-python/oauthlib/oauthlib-0.3.0.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-d1d84ba9a125d7de2a2657e82c646359fcec5157.tar.gz gentoo-2-d1d84ba9a125d7de2a2657e82c646359fcec5157.tar.bz2 gentoo-2-d1d84ba9a125d7de2a2657e82c646359fcec5157.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/oauthlib/oauthlib-0.3.0.ebuild')
-rw-r--r-- | dev-python/oauthlib/oauthlib-0.3.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/oauthlib/oauthlib-0.3.0.ebuild b/dev-python/oauthlib/oauthlib-0.3.0.ebuild index bcc02841e5e0..8023cbcff4a4 100644 --- a/dev-python/oauthlib/oauthlib-0.3.0.ebuild +++ b/dev-python/oauthlib/oauthlib-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.3.0.ebuild,v 1.6 2013/01/06 19:43:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.7 2014/07/06 12:44:08 mgorny Exp $ EAPI="4" @@ -25,8 +25,7 @@ IUSE="test" RDEPEND="dev-python/pycrypto" DEPEND="${RDEPEND} - dev-python/setuptools - test? ( virtual/python-unittest2 )" + dev-python/setuptools" src_test() { touch tests/__init__.py |