summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/requests/ChangeLog6
-rw-r--r--dev-python/requests/requests-0.12.1.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog
index b85059327d80..e6b231dd509e 100644
--- a/dev-python/requests/ChangeLog
+++ b/dev-python/requests/ChangeLog
@@ -1,6 +1,10 @@
# 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.9 2012/05/08 09:29:32 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.10 2012/05/08 23:06:57 floppym Exp $
+
+ 08 May 2012; Mike Gilbert <floppym@gentoo.org> requests-0.12.1.ebuild:
+ Depend on dev-python/oauthlib for bug 415173 by candrews. Drop arm keyword due
+ to deps.
*requests-0.12.1 (08 May 2012)
diff --git a/dev-python/requests/requests-0.12.1.ebuild b/dev-python/requests/requests-0.12.1.ebuild
index fad2782a69a0..b95f7c2ac963 100644
--- a/dev-python/requests/requests-0.12.1.ebuild
+++ b/dev-python/requests/requests-0.12.1.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.12.1.ebuild,v 1.1 2012/05/08 09:29:32 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.12.1.ebuild,v 1.2 2012/05/08 23:06:57 floppym Exp $
EAPI="4"
PYTHON_DEPEND="*:2.6"
@@ -16,9 +16,10 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=">=dev-python/certifi-0.0.7
- >=dev-python/chardet-1.0.0"
+ >=dev-python/chardet-1.0.0
+ >=dev-python/oauthlib-0.1.0 <dev-python/oauthlib-0.2.0"