From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1565352-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A25AB158089 for <garchives@archives.gentoo.org>; Wed, 25 Oct 2023 02:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04652BC013; Wed, 25 Oct 2023 02:26:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B274A2BC013 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2F62335D1B for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 679B712C0 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 02:26:52 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1698200539.4e6b04aef2132dd235ed6396c04dd4f171c97837.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.20.5-r3.ebuild app-crypt/libsecret/libsecret-0.21.1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e6b04aef2132dd235ed6396c04dd4f171c97837 X-VCS-Branch: master Date: Wed, 25 Oct 2023 02:26:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87f777e0-bae1-4037-9611-8ee606f58d1a X-Archives-Hash: 78dd2579d1d223b73c99eafd0d453490 commit: 4e6b04aef2132dd235ed6396c04dd4f171c97837 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Tue Oct 17 23:12:06 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 02:22:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6b04ae app-crypt/libsecret: drop useless test dep on mock This dependency has been here since ::gentoo was imported into git. But libsecret has never used the mock package in its tests. It has a mock/ directory inside its own source code providing mocking primitives that are totally unrelated to unittest. Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/libsecret/libsecret-0.20.5-r3.ebuild | 2 -- app-crypt/libsecret/libsecret-0.21.1.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild index 7ad1e9217f9c..33e8b2806240 100644 --- a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild @@ -42,7 +42,6 @@ BDEPEND=" ) test? ( $(python_gen_any_dep ' - dev-python/mock[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] introspection? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )') test-rust? ( introspection? ( >=dev-libs/gjs-1.32 ) ) @@ -118,7 +117,6 @@ python_check_deps() { if use introspection; then has_version -b "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return fi - has_version -b "dev-python/mock[${PYTHON_USEDEP}]" && has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" } diff --git a/app-crypt/libsecret/libsecret-0.21.1.ebuild b/app-crypt/libsecret/libsecret-0.21.1.ebuild index 2bd69b9e0890..c3fd3822b2d7 100644 --- a/app-crypt/libsecret/libsecret-0.21.1.ebuild +++ b/app-crypt/libsecret/libsecret-0.21.1.ebuild @@ -42,7 +42,6 @@ BDEPEND=" ) test? ( $(python_gen_any_dep ' - dev-python/mock[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] introspection? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )') test-rust? ( introspection? ( >=dev-libs/gjs-1.32 ) ) @@ -118,7 +117,6 @@ python_check_deps() { if use introspection; then python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return fi - python_has_version "dev-python/mock[${PYTHON_USEDEP}]" && python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" }