From 0118ac4510d7b85ca62da20e4abd1286dd8bd752 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 23 Oct 2023 02:38:53 +0100 Subject: gentoo auto-resync : 23:10:2023 - 02:38:53 --- sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild') diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild index 8d42ae8afb8a..999f36b3d109 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild @@ -4,7 +4,8 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) + inherit distutils-r1 DESCRIPTION="Utility to manage SSH public keys stored in LDAP" @@ -37,6 +38,10 @@ DOCS=( README.md CHANGELOG.adoc ) distutils_enable_tests pytest +python_test() { + epytest -p pytest-describe +} + python_install_all() { distutils-r1_python_install_all -- cgit v1.2.3