python3-dogpile.cache: fix Python dependency
This commit is contained in:
parent
7d3f9950d8
commit
53787923bd
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-dogpile.cache'
|
||||
pkgname=python3-dogpile.cache
|
||||
version=1.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="dogpile.cache-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python python-decorator"
|
||||
checkdepends="python3-decorator tox"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-decorator"
|
||||
checkdepends="tox"
|
||||
short_desc="Caching front-end based on the Dogpile lock"
|
||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue