aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-m2crypto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 18:04:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:39 +0000
commit9787b6c9f86180e984c460ab5a27b62abe873e61 (patch)
treed874976a19a8a317f9c8d664a9588c364437c75f /testing/py3-m2crypto
parenta26c069c434f1e8dc202b2be49121a3e8185155f (diff)
downloadaports-9787b6c9f86180e984c460ab5a27b62abe873e61.tar.bz2
aports-9787b6c9f86180e984c460ab5a27b62abe873e61.tar.xz
testing/py3-m2crypto: rebuild against python 3.8
Diffstat (limited to 'testing/py3-m2crypto')
-rw-r--r--testing/py3-m2crypto/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-m2crypto/APKBUILD b/testing/py3-m2crypto/APKBUILD
index 980a2cdb0c..23a3b2e315 100644
--- a/testing/py3-m2crypto/APKBUILD
+++ b/testing/py3-m2crypto/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-m2crypto
_pkgname=M2Crypto
pkgver=0.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="A crypto and SSL toolkit for Python3"
options="!check" # test_public_encrypt and test_server_simple_timeouts fail
url="https://pypi.python.org/pypi/M2Crypto/"