diff options
-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}]" } |