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