[arch-commits] Commit in python-flask-caching/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Mar 25 13:45:45 UTC 2022
Date: Friday, March 25, 2022 @ 13:45:45
Author: foutrelis
Revision: 1176375
Add memcached to check deps
Modified:
python-flask-caching/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-25 13:39:20 UTC (rev 1176374)
+++ PKGBUILD 2022-03-25 13:45:45 UTC (rev 1176375)
@@ -9,8 +9,8 @@
arch=('any')
depends=('python-flask')
makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-xprocess' 'python-pylibmc'
- 'python-redis')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-xprocess'
+ 'python-pylibmc' 'python-redis' 'memcached')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz")
sha512sums=('d332cb0769547f4f6eca3c3fc6a45f4e105ef7c29c096da7e8281577f786630c493480fe050769f8efa41fe52246dc3a857ca9912fd273a208bc5bea07e7fe37')
More information about the arch-commits
mailing list