mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-python/pillow-heif: enable more tests
Closes: https://bugs.gentoo.org/933458 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
caaa57ffe2
commit
ad7680cf46
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python interface for libheif library"
|
||||
@ -24,10 +24,17 @@ RDEPEND="
|
||||
media-libs/libheif:=
|
||||
)
|
||||
test? (
|
||||
dev-python/pillow[webp,${PYTHON_USEDEP}]
|
||||
dev-python/pillow[jpeg,lcms,webp,zlib,${PYTHON_USEDEP}]
|
||||
media-libs/libheif:=[x265]
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/defusedxml[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
media-libs/opencv[python,${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-respect-cflags.patch" )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user