commit: b9f51ebbf088d7045e745b7abf0c5058691d9523
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 10:51:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 18 10:57:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f51ebb
dev-python/wsgiproxy2: Remove dev-python/restkit dep
Upstream has removed restkit support entirely. The docs seem to still
list it as a dep but ChangeLog disagrees, and there's no reference
in sources.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../wsgiproxy2/{wsgiproxy2-0.4.6.ebuild => wsgiproxy2-0.4.6-r1.ebuild} | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild
b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
similarity index 90%
rename from dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild
rename to dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
index 0167fefc471..3b09cb27e9a 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild
@@ -28,9 +28,7 @@ BDEPEND="${RDEPEND}
test? (
>=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' -2)
)"
-# Tests needing restkit are skipped under py3
# Testing also revealed the suite needs latest webtest
S="${WORKDIR}/${MY_PN}-${PV}"