diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 19:24:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | acb74c473a88b285b9c0d3809dca0ce16dfa4201 (patch) | |
tree | 93f67b6b4a9ba875fcb5d269d7ea8800d7c8839e /testing/py-m2crypto | |
parent | 47a2d26126547f43229b88e473918a3fb49a1670 (diff) | |
download | aports-acb74c473a88b285b9c0d3809dca0ce16dfa4201.tar.bz2 aports-acb74c473a88b285b9c0d3809dca0ce16dfa4201.tar.xz |
testing/py-m2crypto: rebuild against python 3.7
Diffstat (limited to 'testing/py-m2crypto')
-rw-r--r-- | testing/py-m2crypto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-m2crypto/APKBUILD b/testing/py-m2crypto/APKBUILD index c477552027..70232f3a5a 100644 --- a/testing/py-m2crypto/APKBUILD +++ b/testing/py-m2crypto/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-m2crypto _pkgname=M2Crypto pkgver=0.30.1 -pkgrel=1 +pkgrel=2 pkgdesc="A crypto and SSL toolkit for Python" url="https://pypi.python.org/pypi/M2Crypto/" arch="all" |