mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-python/python-olm: enable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
fabfb81ef8
commit
0fcf5249aa
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} pypy3 )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
DISTUTILS_EXT=1
|
DISTUTILS_EXT=1
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
@ -20,7 +20,9 @@ KEYWORDS="~amd64"
|
|||||||
DEPEND="dev-libs/olm"
|
DEPEND="dev-libs/olm"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
dev-python/cffi[${PYTHON_USEDEP}]
|
$(python_gen_cond_dep '
|
||||||
|
dev-python/cffi[${PYTHON_USEDEP}]
|
||||||
|
' 'python*')
|
||||||
"
|
"
|
||||||
|
|
||||||
EPYTEST_DESELECT=(
|
EPYTEST_DESELECT=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user