diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-27 06:52:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-27 06:52:09 +0200 |
commit | 1488b1f700492d242d15acfe95e0141e9f1cb2f4 (patch) | |
tree | b80ef4a95820403dad53276c97089243ac3bde26 /sys-process | |
parent | dev-python/plyvel: Bump to 1.5.0 (diff) | |
download | gentoo-1488b1f700492d242d15acfe95e0141e9f1cb2f4.tar.gz gentoo-1488b1f700492d242d15acfe95e0141e9f1cb2f4.tar.bz2 gentoo-1488b1f700492d242d15acfe95e0141e9f1cb2f4.zip |
Move dev-python/{zeroconf → python-zeroconf}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/glances/glances-3.2.7-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-process/glances/glances-3.2.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/glances/glances-3.2.7-r1.ebuild b/sys-process/glances/glances-3.2.7-r1.ebuild index 429aa5122822..57949426e99e 100644 --- a/sys-process/glances/glances-3.2.7-r1.ebuild +++ b/sys-process/glances/glances-3.2.7-r1.ebuild @@ -65,7 +65,7 @@ python_install_all() { pkg_postinst() { #optfeature "Action script feature" dev-python/pystache - optfeature "Autodiscover mode" dev-python/zeroconf + optfeature "Autodiscover mode" dev-python/python-zeroconf optfeature "Cloud support" dev-python/requests optfeature "Docker monitoring support" dev-python/docker-py #optfeature "Export module" \ diff --git a/sys-process/glances/glances-3.2.7.ebuild b/sys-process/glances/glances-3.2.7.ebuild index 2df6c9b952c9..2280e1d5879a 100644 --- a/sys-process/glances/glances-3.2.7.ebuild +++ b/sys-process/glances/glances-3.2.7.ebuild @@ -64,7 +64,7 @@ python_install_all() { pkg_postinst() { #optfeature "Action script feature" dev-python/pystache - optfeature "Autodiscover mode" dev-python/zeroconf + optfeature "Autodiscover mode" dev-python/python-zeroconf optfeature "Cloud support" dev-python/requests optfeature "Docker monitoring support" dev-python/docker-py #optfeature "Export module" \ |