diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:30:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:41:07 +0100 |
commit | 3eefb831a4e63a9c8c75c6e64ae2894d6478973e (patch) | |
tree | 3be306511eee9477ffe4839813d828e45918a4df /net-misc/pulseaudio-dlna | |
parent | dev-python/protobuf-python: Prepare newer versions for rename (diff) | |
download | gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.tar.gz gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.tar.bz2 gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.zip |
Rename dev-python/{protobuf-python → protobuf}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/pulseaudio-dlna')
-rw-r--r-- | net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild index 596bd3f68add..0950923af448 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 @@ -26,7 +26,7 @@ fi LICENSE="GPL-3" SLOT="0" -RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/protobuf-2.5.0[${PYTHON_USEDEP}] >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild index 41b49563f683..56b2c044304e 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 @@ -26,7 +26,7 @@ fi LICENSE="GPL-3" SLOT="0" -RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/protobuf-2.5.0[${PYTHON_USEDEP}] >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}] |