summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-26 05:28:22 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-26 05:28:22 +0200
commit002479a01b39466c123f956c3c26296cdad818c2 (patch)
tree52e502b80d6915c974b582eaea1b5867505bec9b /dev-python/k5test
parentdev-python/krb5: Remove which dep (diff)
downloadgentoo-002479a01b39466c123f956c3c26296cdad818c2.tar.gz
gentoo-002479a01b39466c123f956c3c26296cdad818c2.tar.bz2
gentoo-002479a01b39466c123f956c3c26296cdad818c2.zip
dev-python/k5test: Add missing dep on sys-apps/which (meh!)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/k5test')
-rw-r--r--dev-python/k5test/k5test-0.10.1-r1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/k5test/k5test-0.10.1-r1.ebuild b/dev-python/k5test/k5test-0.10.1-r1.ebuild
index cd681b4fed98..ea7af94b2982 100644
--- a/dev-python/k5test/k5test-0.10.1-r1.ebuild
+++ b/dev-python/k5test/k5test-0.10.1-r1.ebuild
@@ -5,12 +5,20 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
+
inherit distutils-r1
DESCRIPTION="Library for testing Python applications in Kerberos 5 environments"
-HOMEPAGE="https://pypi.org/project/k5test/ https://github.com/pythongssapi/k5test"
+HOMEPAGE="
+ https://github.com/pythongssapi/k5test/
+ https://pypi.org/project/k5test/
+"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+
+RDEPEND="
+ sys-apps/which
+"