From 1c2b450b88d454cdcc9a9e2f04944fcced245841 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 18 Sep 2024 18:37:08 -0400 Subject: [PATCH] django-dynamic-fixture --- ilot/py3-django-dynamic-fixture/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ilot/py3-django-dynamic-fixture/APKBUILD b/ilot/py3-django-dynamic-fixture/APKBUILD index 274ffa8..92533aa 100644 --- a/ilot/py3-django-dynamic-fixture/APKBUILD +++ b/ilot/py3-django-dynamic-fixture/APKBUILD @@ -10,7 +10,7 @@ url="https://pypi.python.org/project/django-dynamic-fixture" arch="noarch" license="BDS-3-Clause" depends="py3-django" -checkdepends="py3-pytest" +checkdepends="py3-pytest py3-pytest-django py3-pytest-cov py3-psycopg2" makedepends="py3-setuptools py3-gpep517 py3-wheel poetry" source="$pkgname-$pkgver.tar.gz::https://github.com/paulocheque/django-dynamic-fixture/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver"