diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:54:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:56:37 +0200 |
commit | f366827d746326cc01593a41893030f8781fff1d (patch) | |
tree | adf228f7e76a9266d77b817532467d5b63b26259 /dev-python | |
parent | dev-python/rustworkx: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-f366827d746326cc01593a41893030f8781fff1d.tar.gz gentoo-f366827d746326cc01593a41893030f8781fff1d.tar.bz2 gentoo-f366827d746326cc01593a41893030f8781fff1d.zip |
dev-python/sabyenc: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sabyenc/sabyenc-5.4.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/sabyenc/sabyenc-5.4.4.ebuild b/dev-python/sabyenc/sabyenc-5.4.4.ebuild index e78ae25c124c..86a0ff1d37a1 100644 --- a/dev-python/sabyenc/sabyenc-5.4.4.ebuild +++ b/dev-python/sabyenc/sabyenc-5.4.4.ebuild @@ -3,8 +3,10 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) + inherit distutils-r1 DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd" |