Readded missing depends
This commit is contained in:
parent
08b9978cef
commit
2391ccfeee
36 changed files with 207 additions and 72 deletions
|
@ -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="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue