From 2dc0d2dfa0bf84db5f22a22d72f49ee19dbb673f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 15 Sep 2017 15:14:55 +0200 Subject: community/python-redis: relax constraint on precision during tests --- community/python-redis/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/python-redis/PKGBUILD (limited to 'community/python-redis/PKGBUILD') diff --git a/community/python-redis/PKGBUILD b/community/python-redis/PKGBUILD new file mode 100644 index 00000000..1720d25f --- /dev/null +++ b/community/python-redis/PKGBUILD @@ -0,0 +1,12 @@ +# see https://github.com/andymccurdy/redis-py/issues/899 + +source+=('precision.patch') +sha512sums+=('ccefada444c145f78098a37880bf7b1c7a2f2e24e92efc62f084610064c4391e4e0792a3e380ca940b73b15d703d5d0f166a8f7d8d17b9d84772b3e870fb74d5') + +eval "$( + declare -f prepare | \ + sed ' + /^{/ a \ + patch -p0 -i precision.patch + ' +)" -- cgit v1.2.3-54-g00ecf