From ce9d9bb908b7ddfad278a6b04631d6fa021296cc Mon Sep 17 00:00:00 2001 From: Ypnose Date: Mon, 14 Jul 2014 17:33:42 +0200 Subject: [PATCH] python-openssl: switch to libressl --- srcpkgs/python-openssl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template index a614ac15d4..63a086e17e 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -1,14 +1,14 @@ # Template file for 'python-openssl' pkgname=python-openssl version=0.11 -revision=6 +revision=7 wrksrc="pyOpenSSL-${version}" replaces="pyopenssl>=0" build_style=python-module python_versions="2.7 3.4" pycompile_module="OpenSSL" hostmakedepends="python-setuptools python3.4-setuptools" -makedepends="openssl-devel python-devel python3.4-devel" +makedepends="libressl-devel python-devel python3.4-devel" short_desc="Python2 interface to the OpenSSL library" maintainer="Juan RP " homepage="https://launchpad.net/pyopenssl"