python3-dogpile.cache: fix Python dependency

This commit is contained in:
Daniel Santana 2020-09-03 01:59:11 -03:00 committed by Piotr
parent 7d3f9950d8
commit 53787923bd

View file

@ -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"