dev-util/pifpaf: add completions support

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-26 19:08:10 +05:00
parent d13007f37a
commit dc28ee4718

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
inherit click-app distutils-r1 pypi
DESCRIPTION="Suite of tools and fixtures to manage daemons for testing"
HOMEPAGE="
@@ -61,4 +61,6 @@ EPYTEST_DESELECT=(
distutils_enable_tests pytest
click-app_enable_completions pifpaf
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}