summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r--dev-python/jsonpatch/ChangeLog6
-rw-r--r--dev-python/jsonpatch/jsonpatch-0.12.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/jsonpatch/ChangeLog b/dev-python/jsonpatch/ChangeLog
index cab9b6fe56a1..773c088d9751 100644
--- a/dev-python/jsonpatch/ChangeLog
+++ b/dev-python/jsonpatch/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for dev-python/jsonpatch
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.1 2013/01/17 17:13:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.2 2013/01/17 19:23:48 prometheanfire Exp $
+
+ 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> jsonpatch-0.12.ebuild:
+ update for [${PYTHON_USEDEP}]
*jsonpatch-0.12 (17 Jan 2013)
17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+jsonpatch-0.12.ebuild, +metadata.xml:
adding jsonpatch for a glanceclient dependancy
-
diff --git a/dev-python/jsonpatch/jsonpatch-0.12.ebuild b/dev-python/jsonpatch/jsonpatch-0.12.ebuild
index 7366fd0a8c20..c676772572dd 100644
--- a/dev-python/jsonpatch/jsonpatch-0.12.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-0.12.ebuild,v 1.1 2013/01/17 17:13:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-0.12.ebuild,v 1.2 2013/01/17 19:23:48 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -18,4 +18,4 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jsonpointer"
+RDEPEND="dev-python/jsonpointer[${PYTHON_USEDEP}]"