summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-02-27 05:06:29 +0000
committerMike Gilbert <floppym@gentoo.org>2012-02-27 05:06:29 +0000
commit36368c7e3b7a3af4be32a225c7b64f0ff59f1993 (patch)
treed69a8030fd44176bd033c03e7481bd9cd62f96e3 /dev-python/requests
parentVersion bump. Support Python 3. (diff)
downloadgentoo-2-36368c7e3b7a3af4be32a225c7b64f0ff59f1993.tar.gz
gentoo-2-36368c7e3b7a3af4be32a225c7b64f0ff59f1993.tar.bz2
gentoo-2-36368c7e3b7a3af4be32a225c7b64f0ff59f1993.zip
Depend on >=dev-python/certifi-0.0.7.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/requests')
-rw-r--r--dev-python/requests/ChangeLog5
-rw-r--r--dev-python/requests/requests-0.10.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog
index 1e1419bc0ee7..226ed6278eec 100644
--- a/dev-python/requests/ChangeLog
+++ b/dev-python/requests/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/requests
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.5 2012/02/27 04:56:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.6 2012/02/27 05:06:29 floppym Exp $
+
+ 27 Feb 2012; Mike Gilbert <floppym@gentoo.org> requests-0.10.6.ebuild:
+ Depend on >=dev-python/certifi-0.0.7.
*requests-0.10.6 (27 Feb 2012)
diff --git a/dev-python/requests/requests-0.10.6.ebuild b/dev-python/requests/requests-0.10.6.ebuild
index c138e025821f..2d4499171a24 100644
--- a/dev-python/requests/requests-0.10.6.ebuild
+++ b/dev-python/requests/requests-0.10.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.10.6.ebuild,v 1.1 2012/02/27 04:56:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.10.6.ebuild,v 1.2 2012/02/27 05:06:29 floppym Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
@@ -19,5 +19,5 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
-RDEPEND="dev-python/certifi
+RDEPEND=">=dev-python/certifi-0.0.7
>=dev-python/chardet-1.0.0"