mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/python-olm: fix install
Closes: https://bugs.gentoo.org/919753 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -5,6 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_EXT=1
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python bindings for dev-libs/olm"
|
||||
@@ -27,8 +28,6 @@ BDEPEND="
|
||||
test? ( dev-python/aspectlib[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
DOCS=( README-python.md )
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# disable benchmarks
|
||||
tests/group_session_test.py::TestClass::test_encrypt
|
||||
|
||||
Reference in New Issue
Block a user