commit: 1a766c32464c26952f852620f3efbd7ef4e08cb5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 00:17:54 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 31 00:24:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a766c32
gnome-extra/gnome-calculator: Drop Python dependency
As of v42.0, it uses Meson's gnome.post_install() function.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild
b/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild
index a3c205847554..4215d0bb9217 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild
@@ -2,10 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
VALA_MIN_API_VERSION="0.40"
-inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg
+inherit gnome.org gnome2-utils meson vala virtualx xdg
DESCRIPTION="A calculator application for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
@@ -31,7 +30,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
- ${PYTHON_DEPS}
dev-libs/appstream-glib
dev-util/itstool
>=sys-devel/gettext-0.19.8