From d62bafdc62781adab0c47670b76c5f10dac0cba5 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 16 Oct 2016 19:37:56 +0200 Subject: [PATCH] python-ipaddress: switch to python2-module --- srcpkgs/python-ipaddress/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ipaddress/template b/srcpkgs/python-ipaddress/template index aa197f6b1e6..8682f5304ba 100644 --- a/srcpkgs/python-ipaddress/template +++ b/srcpkgs/python-ipaddress/template @@ -4,7 +4,7 @@ version=1.0.17 revision=2 noarch=yes wrksrc="ipaddress-${version}" -build_style=python-module +build_style=python2-module hostmakedepends="python-setuptools" depends="python" pycompile_module="ipaddress.py"