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,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"