From bd2072f76e08597cbd9b477a952cc892ce689397 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 8 Apr 2021 06:10:29 -0300 Subject: [PATCH] testing/fabric: rebuild for python3.9 --- testing/fabric/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/fabric/APKBUILD b/testing/fabric/APKBUILD index 05ec1b34ee8..0b8a0c1f3d5 100644 --- a/testing/fabric/APKBUILD +++ b/testing/fabric/APKBUILD @@ -3,7 +3,7 @@ pkgname=fabric _pkgname=fabric pkgver=2.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="simple pythonic remote deployment tool" options="!check" # Fails to find 'fabfile' module url="https://www.fabfile.org/"