diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-01-04 04:18:02 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-01-04 04:18:02 +0000 |
commit | ec22e0dfe4977f53c025e2c71cda4797456da25e (patch) | |
tree | 493d5a9e2782ea50295faec5b0837b44f7946167 /dev-python/passlib | |
parent | Version bump, see http://www.winehq.org/announce/1.7.10 for the announcement. (diff) | |
download | gentoo-2-ec22e0dfe4977f53c025e2c71cda4797456da25e.tar.gz gentoo-2-ec22e0dfe4977f53c025e2c71cda4797456da25e.tar.bz2 gentoo-2-ec22e0dfe4977f53c025e2c71cda4797456da25e.zip |
Drop py-bcrypt dep.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/passlib')
-rw-r--r-- | dev-python/passlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/passlib/passlib-1.6.1-r1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/passlib/ChangeLog b/dev-python/passlib/ChangeLog index 03fea6e1f151..7ac7c0a63a31 100644 --- a/dev-python/passlib/ChangeLog +++ b/dev-python/passlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/passlib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.6 2013/11/18 02:50:37 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.7 2014/01/04 04:18:02 floppym Exp $ + + 04 Jan 2014; Mike Gilbert <floppym@gentoo.org> passlib-1.6.1-r1.ebuild: + Drop py-bcrypt dep. *passlib-1.6.1-r1 (18 Nov 2013) diff --git a/dev-python/passlib/passlib-1.6.1-r1.ebuild b/dev-python/passlib/passlib-1.6.1-r1.ebuild index 584ec7e9edcb..5e0f36fea1c5 100644 --- a/dev-python/passlib/passlib-1.6.1-r1.ebuild +++ b/dev-python/passlib/passlib-1.6.1-r1.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/passlib/passlib-1.6.1-r1.ebuild,v 1.1 2013/11/18 02:50:37 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1-r1.ebuild,v 1.2 2014/01/04 04:18:02 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -17,7 +17,6 @@ SLOT="0" IUSE="test doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/py-bcrypt[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" RDEPEND="" |