diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-17 19:12:06 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-25 03:22:19 +0100 |
commit | 4e6b04aef2132dd235ed6396c04dd4f171c97837 (patch) | |
tree | c07d2e4471139052f036e16d28cc82c02ef74888 /app-crypt/libsecret | |
parent | dev-python/dulwich: remove unneeded test dependency on mock (diff) | |
download | gentoo-4e6b04aef2132dd235ed6396c04dd4f171c97837.tar.gz gentoo-4e6b04aef2132dd235ed6396c04dd4f171c97837.tar.bz2 gentoo-4e6b04aef2132dd235ed6396c04dd4f171c97837.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.5-r3.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/libsecret/libsecret-0.21.1.ebuild | 2 |
2 files changed, 0 insertions, 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}]" } |