mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-python/pyrefly: add 'tests' IUSE
Tests require dev-python/numpy Closes: https://bugs.gentoo.org/978342 Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -429,6 +429,14 @@ LICENSE+="
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/numpy
|
||||
)
|
||||
"
|
||||
DEPEND="app-arch/zstd:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
@@ -429,6 +429,14 @@ LICENSE+="
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/numpy
|
||||
)
|
||||
"
|
||||
DEPEND="app-arch/zstd:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user