diff options
author | Sam James <sam@gentoo.org> | 2024-08-31 06:09:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-31 06:09:26 +0100 |
commit | 08c2ea1eb6a06bcaf6ffd3fa697f4224b6e7dd3e (patch) | |
tree | 886aeeab86b681936ae6bb240632a5243baecc94 /dev-python/pysnmp | |
parent | net-analyzer/snmpclitools: drop pysnmp-apps ref (diff) | |
download | gentoo-08c2ea1eb6a06bcaf6ffd3fa697f4224b6e7dd3e.tar.gz gentoo-08c2ea1eb6a06bcaf6ffd3fa697f4224b6e7dd3e.tar.bz2 gentoo-08c2ea1eb6a06bcaf6ffd3fa697f4224b6e7dd3e.zip |
dev-python/pysnmp: update pysnmp-apps ref
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pysnmp')
-rw-r--r-- | dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild b/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild index 51959b8d4515..f02b6c629fd6 100644 --- a/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild +++ b/dev-python/pysnmp/pysnmp-4.4.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ python_install_all() { } pkg_postinst() { - optfeature "Example programs using pysnmp" dev-python/pysnmp-apps + optfeature "Example programs using pysnmp" net-analyzer/snmpclitools optfeature "IETF and other mibs" dev-python/pysnmp-mibs optfeature "Dump MIBs in python format" dev-python/pysmi } |