commit:     86f1f76c68a4d8aaf3246038f64fc66f36cd7129
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 11 01:33:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 14:22:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f1f76c

net-libs/libsearpc: remove useless dependency on simplejson

This module is effectively just the stdlib "json" module, but in very
very old versions of python it was not yet in the stdlib. As in, older
than python 2.6.

Since 2014, libsearpc hasn't actually used simplejson at all, just the
stdlib:
https://github.com/haiwen/libsearpc/commit/80b73555924bc780b69da8b5974338fff1441829

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{libsearpc-3.3.0-r1.ebuild => libsearpc-3.3.0-r2.ebuild}       | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-libs/libsearpc/libsearpc-3.3.0-r1.ebuild 
b/net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild
similarity index 88%
rename from net-libs/libsearpc/libsearpc-3.3.0-r1.ebuild
rename to net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild
index 9df86b3f3be3..799b52ac7a0b 100644
--- a/net-libs/libsearpc/libsearpc-3.3.0-r1.ebuild
+++ b/net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,10 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND="${PYTHON_DEPS}
        >=dev-libs/glib-2.26.0
        >=dev-libs/jansson-2.2.1:="
-RDEPEND="${DEPEND}
-       $(python_gen_cond_dep '
-               dev-python/simplejson[${PYTHON_USEDEP}]
-       ')"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
 

Reply via email to