diff options
-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" |