mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-libs/criterion: fix python_has_version
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
cafd864038
commit
80bc4b5288
@ -36,7 +36,9 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/boxfort-0.1.4
|
||||
test? (
|
||||
$(python_gen_any_dep 'dev-util/cram[${PYTHON_USEDEP}]')
|
||||
$(python_gen_any_dep '
|
||||
dev-util/cram[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
@ -45,7 +47,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version -d 'dev-util/cram[${PYTHON_USEDEP}]'
|
||||
python_has_version -d "dev-util/cram[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user