From c093bf628a3dfc375c4d085a03c21fa2b5fa6462 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Thu, 3 Sep 2020 01:59:11 -0300 Subject: [PATCH] python3-dogpile.cache: fix Python dependency --- srcpkgs/python3-dogpile.cache/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template index 98245fbd219..9e8a6a2465e 100644 --- a/srcpkgs/python3-dogpile.cache/template +++ b/srcpkgs/python3-dogpile.cache/template @@ -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 " license="BSD-3-Clause"