diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-14 16:44:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-14 17:23:09 +0100 |
commit | 29153ca563b529be4cf0fdc2651105430ecb9ab4 (patch) | |
tree | 13d4858c7135adf7a7f44c6c5aad69a8410674d2 /media-gfx | |
parent | dev-python/python-zeroconf: Add MY_P prior to rename (diff) | |
download | gentoo-29153ca563b529be4cf0fdc2651105430ecb9ab4.tar.gz gentoo-29153ca563b529be4cf0fdc2651105430ecb9ab4.tar.bz2 gentoo-29153ca563b529be4cf0fdc2651105430ecb9ab4.zip |
Rename dev-python/{python-zeroconf → zeroconf}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/cura/cura-4.13.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/cura/cura-4.13.1-r1.ebuild b/media-gfx/cura/cura-4.13.1-r1.ebuild index 16827db993ac..2d88c216d7bf 100644 --- a/media-gfx/cura/cura-4.13.1-r1.ebuild +++ b/media-gfx/cura/cura-4.13.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -52,7 +52,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/shapely[${PYTHON_USEDEP}] dev-python/trimesh[${PYTHON_USEDEP}] usb? ( dev-python/pyserial[${PYTHON_USEDEP}] ) - zeroconf? ( dev-python/python-zeroconf[${PYTHON_USEDEP}] ) + zeroconf? ( dev-python/zeroconf[${PYTHON_USEDEP}] ) ')" DEPEND="${RDEPEND}" |