summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-10 21:33:33 -0400
committerSam James <sam@gentoo.org>2024-03-11 14:22:48 +0000
commit86f1f76c68a4d8aaf3246038f64fc66f36cd7129 (patch)
treebbdb3990891db3b19fd8459608c9edb572a6f1d2 /net-libs
parentdev-db/mydumper: mark as LTO-unsafe (diff)
downloadgentoo-86f1f76c68a4d8aaf3246038f64fc66f36cd7129.tar.gz
gentoo-86f1f76c68a4d8aaf3246038f64fc66f36cd7129.tar.bz2
gentoo-86f1f76c68a4d8aaf3246038f64fc66f36cd7129.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libsearpc/libsearpc-3.3.0-r2.ebuild (renamed from net-libs/libsearpc/libsearpc-3.3.0-r1.ebuild)7
1 files 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
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}"