From d45be53eb51496cab698cde0780240d303ef615c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 11:09:06 +0200 Subject: [PATCH] python-pyacoustid: switch to python2-module --- srcpkgs/python-pyacoustid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template index 410d1ac4957..6b0b35e203e 100644 --- a/srcpkgs/python-pyacoustid/template +++ b/srcpkgs/python-pyacoustid/template @@ -4,7 +4,7 @@ version=1.1.2 revision=1 noarch=yes wrksrc="pyacoustid-${version}" -build_style="python-module" +build_style=python2-module hostmakedepends="python-setuptools" makedepends="${hostmakedepends}" depends="python python-audioread python-requests chromaprint"