dev-python/constantly: Add explicit IUSE=test

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-09 16:41:36 +02:00
parent 748eec3139
commit 77c4a75536

View File

@@ -21,6 +21,8 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]