diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:45:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:45:26 +0000 |
commit | f38c178e3e932d5290cc68fecc7e37d5ecc4b06d (patch) | |
tree | 1a292ed8dc20ecbcc1d91ead7f4848ac4fa3aab7 | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-f38c178e3e932d5290cc68fecc7e37d5ecc4b06d.tar.gz gentoo-2-f38c178e3e932d5290cc68fecc7e37d5ecc4b06d.tar.bz2 gentoo-2-f38c178e3e932d5290cc68fecc7e37d5ecc4b06d.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!)
-rw-r--r-- | dev-python/passlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/passlib/passlib-1.6.2.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/passlib/ChangeLog b/dev-python/passlib/ChangeLog index 843767b38128..65a7d8bea7eb 100644 --- a/dev-python/passlib/ChangeLog +++ b/dev-python/passlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/passlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.10 2014/05/12 15:45:15 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.11 2014/07/06 12:45:26 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> passlib-1.6.2.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). 12 May 2014; Ian Delaney <idella4@gentoo.org> passlib-1.6.2.ebuild: drop py2.6 pypy2_0 add py3.4 support diff --git a/dev-python/passlib/passlib-1.6.2.ebuild b/dev-python/passlib/passlib-1.6.2.ebuild index 662ff17dfff8..ccfeab9aa3cb 100644 --- a/dev-python/passlib/passlib-1.6.2.ebuild +++ b/dev-python/passlib/passlib-1.6.2.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/passlib/passlib-1.6.2.ebuild,v 1.3 2014/05/12 15:45:14 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.2.ebuild,v 1.4 2014/07/06 12:45:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -20,7 +20,6 @@ RDEPEND="dev-python/bcrypt[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] ${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] - virtual/python-unittest2[${PYTHON_USEDEP}] )" python_test() { |