summaryrefslogtreecommitdiffstats
path: root/testing/py-m2crypto
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-10 08:55:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:53 +0000
commit83f2d932c8b07c3a6fc9763db65e448498e3ed76 (patch)
treea25715bd96943a064ce3bbe5c7b9f564abc67a81 /testing/py-m2crypto
parent296ee72c606d57237f07799f30697dd03cd804b3 (diff)
testing/py-m2crypto: rebuild against libressl
Diffstat (limited to 'testing/py-m2crypto')
-rw-r--r--testing/py-m2crypto/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-m2crypto/APKBUILD b/testing/py-m2crypto/APKBUILD
index ef73d596546..549cb96140b 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"