Readded missing depends

This commit is contained in:
build@apk-groulx 2023-01-12 18:48:03 +00:00
parent 08b9978cef
commit 2391ccfeee
36 changed files with 207 additions and 72 deletions

View file

@ -4,7 +4,7 @@
_pyname=django-redis
pkgname="py3-$_pyname"
pkgver=5.2.0
pkgrel=0
pkgrel=1
arch="noarch"
pkgdesc="Full featured redis cache backend for Django."
url="https://pypi.python.org/project/$_pyname"
@ -20,7 +20,7 @@ check() {
}
package() {
python setup.py install --root="${pkgdir}" -O1
python3 setup.py install --root="${pkgdir}" -O1
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="