From 30a208f6e28d30841793c830e963f105ac7811c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Wed, 16 Jul 2025 02:22:09 +0200 Subject: [PATCH] testing/pyinfra: add py3-yaml to checkdepends It is now being imported in tests. --- testing/pyinfra/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/pyinfra/APKBUILD b/testing/pyinfra/APKBUILD index 2087371de0e..2ba670b802a 100644 --- a/testing/pyinfra/APKBUILD +++ b/testing/pyinfra/APKBUILD @@ -18,7 +18,7 @@ depends=" py3-typing-extensions " makedepends="py3-gpep517 py3-installer py3-setuptools" -checkdepends="py3-pytest" +checkdepends="py3-pytest py3-yaml" subpackages="$pkgname-pyc" source="https://github.com/pyinfra-dev/pyinfra/archive/v$pkgver/pyinfra-$pkgver.tar.gz"