diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pulsectl/pulsectl-22.3.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pulsectl/pulsectl-22.3.2.ebuild b/dev-python/pulsectl/pulsectl-22.3.2.ebuild index 248a823fd025..6607acd14b45 100644 --- a/dev-python/pulsectl/pulsectl-22.3.2.ebuild +++ b/dev-python/pulsectl/pulsectl-22.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..10} ) +PYTHON_COMPAT=( pypy3 python3_{9..11} ) inherit distutils-r1 pypi @@ -18,6 +18,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="media-sound/pulseaudio" +RDEPEND=" + media-sound/pulseaudio +" distutils_enable_tests unittest |