python-pyx: add missing pycompile_module

This commit is contained in:
Alessio Sergi 2017-01-12 12:56:38 +01:00
parent 5c7c8aaf62
commit ae6cddd78e

View file

@ -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"