From ae6cddd78ee1d2d980ea45c99cd6e2df6b830eed Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 12 Jan 2017 12:56:38 +0100 Subject: [PATCH] python-pyx: add missing pycompile_module --- srcpkgs/python-pyx/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python-pyx/template b/srcpkgs/python-pyx/template index 12fe9e4957c..f6ae9e0eb39 100644 --- a/srcpkgs/python-pyx/template +++ b/srcpkgs/python-pyx/template @@ -5,6 +5,7 @@ revision=2 noarch=yes wrksrc="PyX-${version}" build_style=python2-module +pycompile_module="pyx" hostmakedepends="python-setuptools" depends="python texlive-bin" short_desc="Python library for the creation of PostScript and PDF files"