net-analyzer/nagios-check_sshfp: compat with newer python

This commit is contained in:
nemunaire 2019-10-07 12:19:37 +02:00
commit b70cb294ec
2 changed files with 5 additions and 6 deletions

View file

@ -1,10 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python3_{3,4,5} )
PYTHON_COMPAT=( python3_{3,4,5,6,7} )
if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="git://github.com/stump/check_sshfp.git"
@ -27,7 +26,7 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="dev-python/dnspython:py3
DEPEND="dev-python/dnspython
net-analyzer/nagios-plugins
net-misc/openssh"
RDEPEND="${DEPEND}"