From ae49b0558dfd24b414b32cf1bf8d99b9c4f0fafe Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 23 Mar 2021 17:21:06 +0000 Subject: [PATCH] community/py3-saml2: rebuild against python 3.9 --- community/py3-saml2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-saml2/APKBUILD b/community/py3-saml2/APKBUILD index 919929a3c92..203cb244385 100644 --- a/community/py3-saml2/APKBUILD +++ b/community/py3-saml2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo pkgname=py3-saml2 pkgver=6.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Pure python implementation of SAML2" options="!check" # testsuite is failing url="https://github.com/IdentityPython/pysaml2"