app-crypt/seahorse: drop python-any-r1

The Meson option to disable the compatibility check for gpg versions was added
in f81679038c. When that's enabled, the Python script
(which is the only reason we use python-any-r1 here) has its result ignored.

So, tidy up and drop useless python-any-r1.

Bug: https://bugs.gentoo.org/929293
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-02 00:45:11 +01:00
parent 6e476828c4
commit 3fab79bb03
2 changed files with 3 additions and 7 deletions

View File

@@ -1,9 +1,8 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="Manage your passwords and encryption keys"
HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
@@ -35,7 +34,6 @@ DEPEND="${RDEPEND}
gui-libs/libhandy:1[vala]
"
BDEPEND="
${PYTHON_DEPS}
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
dev-libs/appstream-glib

View File

@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="Manage your passwords and encryption keys"
HOMEPAGE="https://gitlab.gnome.org/GNOME/seahorse"
@@ -35,7 +34,6 @@ DEPEND="${RDEPEND}
gui-libs/libhandy:1[vala]
"
BDEPEND="
${PYTHON_DEPS}
app-text/docbook-xml-dtd:4.2
app-text/docbook-xsl-stylesheets
dev-libs/appstream-glib