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"