From 48fb44e30152bb64d81638e0c055100ba25196bb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Apr 2019 20:13:17 +0000 Subject: [PATCH] main/py-rsa: rebuild against python 3.7 --- main/py-rsa/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py-rsa/APKBUILD b/main/py-rsa/APKBUILD index 8c288d9fe5a..080119b7fef 100644 --- a/main/py-rsa/APKBUILD +++ b/main/py-rsa/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-rsa _pkgname=${pkgname#py-} pkgver=3.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="Pure-Python RSA implementation" url="https://stuvel.eu/rsa" arch="noarch"