net-analyzer/nagios-checks: update python deps

This commit is contained in:
nemunaire 2021-01-11 10:44:48 +01:00
commit 0db4685c45
6 changed files with 11 additions and 11 deletions

View file

@ -1,2 +1,2 @@
EBUILD nagios-check_sshfp-9999.ebuild 813 BLAKE2B 67456d9936937528b66925ff84c65e90b994d5bd67aca047732cc0e0708a643cb78b300be59fafe087107340b15acd59d8dd62920488fa31c372575208a33662 SHA512 efa1933ce02066572e2d8e25968eb47d19fb163e4dd11d37c5812543eba93f25b90e299ded70c2001c708d5ec63645406c883c175f11cfa65c7ac42289a4f4cc
EBUILD nagios-check_sshfp-9999.ebuild 811 BLAKE2B 015d77404745c70c0175640a84e67a0042492d0f195f64135405c1d2b624bfcf556cd81f1f5bf81e7999504f1bb286b9c07de29c3a167d23ef2f12340c1aee7a SHA512 c7f1658fbe3ec6561d14b087662361936d4d8fb17b9d9d61528fe458644c58f75d0b236979db91d37e840ea9ba6beb29a92b8e3db88802631584f1807ddc235b
MISC metadata.xml 242 BLAKE2B 00b3e55845739becb331daaf9883238f08ef4a880b6594203f0b445912bf662bf2964325da48d19be22447fb95f5592d74cd3ff081c1e5970c36ad701486dbb0 SHA512 8284b28c7e92d272da0bb9995d175e2a4af88bdc5d0bdffe85d9e120b19a495b9f30625fc13159cf65bf77523d9f3b15b4ac30d99e71ad29b4d8c51a5cb66ccb

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{3,4,5,6,7} )
PYTHON_COMPAT=( python3_{6,7,8,9} )
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="git://github.com/stump/check_sshfp.git"