commit:     3e76f210e675a3e4c1e0aa2fbf8065e5d7e18879
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Dec 30 12:59:06 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Dec 30 12:59:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e76f210

dev-python/python-olm: fix install

Closes: https://bugs.gentoo.org/919753
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/python-olm/python-olm-3.2.16.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/python-olm/python-olm-3.2.16.ebuild 
b/dev-python/python-olm/python-olm-3.2.16.ebuild
index d23e79e9ee..5f81b65c06 100644
--- a/dev-python/python-olm/python-olm-3.2.16.ebuild
+++ b/dev-python/python-olm/python-olm-3.2.16.ebuild
@@ -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

Reply via email to