From 62f39880cb8bb2f18ac20e6b4d1f5db3222f3374 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:39:44 +0200 Subject: [PATCH] python-ldap: switch to python2-module --- srcpkgs/python-ldap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ldap/template b/srcpkgs/python-ldap/template index f8110c1ba64..55d40f76527 100644 --- a/srcpkgs/python-ldap/template +++ b/srcpkgs/python-ldap/template @@ -2,7 +2,7 @@ pkgname=python-ldap version=2.4.25 revision=3 -build_style=python-module +build_style=python2-module pycompile_module="ldap lidf.py dsml.py ldapurl.py" hostmakedepends="python-devel" makedepends="python-devel libldap-devel libsasl-devel libressl-devel"