nagios-check-soa: Fix dnspython dep

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2024-05-28 17:59:49 +02:00
parent 02396e478d
commit 09945ad471
2 changed files with 5 additions and 3 deletions

View File

@@ -10,9 +10,11 @@ DESCRIPTION="check_soa.py is a simple program to query the SOA record from a lis
HOMEPAGE="https://framagit.org/Shaft/check-soa"
SRC_URI="https://framagit.org/Shaft/check-soa/-/archive/${MY_PV}/check-soa-${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
RDEPEND="${PYTHON_DEPS}
dev-python/dnspython"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/dnspython[${PYTHON_USEDEP}]
')"
KEYWORDS="amd64"
SLOT="0"