dev-python/wsgiproxy2: Remove dev-python/restkit dep
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:51:28 +0000 (12:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:57:04 +0000 (12:57 +0200)
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@gentoo.org>
dev-python/wsgiproxy2/wsgiproxy2-0.4.6-r1.ebuild [moved from dev-python/wsgiproxy2/wsgiproxy2-0.4.6.ebuild with 90% similarity]

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 0167fefc4719fb8d50b9bbe35730f478a10c4164..3b09cb27e9a58628d1decc67a96067d43aa59b3f 100644 (file)
@@ -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}"