diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 08:55:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:53 +0000 |
commit | 83f2d932c8b07c3a6fc9763db65e448498e3ed76 (patch) | |
tree | a25715bd96943a064ce3bbe5c7b9f564abc67a81 /testing/py-m2crypto | |
parent | 296ee72c606d57237f07799f30697dd03cd804b3 (diff) | |
download | aports-83f2d932c8b07c3a6fc9763db65e448498e3ed76.tar.bz2 aports-83f2d932c8b07c3a6fc9763db65e448498e3ed76.tar.xz |
testing/py-m2crypto: rebuild against libressl
Diffstat (limited to 'testing/py-m2crypto')
-rw-r--r-- | testing/py-m2crypto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-m2crypto/APKBUILD b/testing/py-m2crypto/APKBUILD index ef73d59654..549cb96140 100644 --- a/testing/py-m2crypto/APKBUILD +++ b/testing/py-m2crypto/APKBUILD @@ -3,14 +3,14 @@ pkgname=py-m2crypto _pkgname=M2Crypto pkgver=0.23.0 -pkgrel=0 +pkgrel=1 pkgdesc="A crypto and SSL toolkit for Python" url="http://chandlerproject.org/bin/view/Projects/MeTooCrypto" arch="all" license="BSD" depends="" depends_dev= -makedepends="python-dev swig openssl-dev py-setuptools" +makedepends="python-dev swig libressl-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |