python-pyx: depend on tex virtual package

This commit is contained in:
Andrew J. Hesford 2020-07-14 00:18:13 -04:00 committed by Andrew J. Hesford
parent 9fd45952c7
commit 534e9ef18a

View File

@ -1,13 +1,13 @@
# Template file for 'python-pyx'
pkgname=python-pyx
version=0.12.1
revision=3
revision=4
archs=noarch
wrksrc="PyX-${version}"
build_style=python2-module
pycompile_module="pyx"
hostmakedepends="python-setuptools"
depends="python texlive-bin"
depends="python virtual?tex"
short_desc="Python library for the creation of PostScript and PDF files"
maintainer="cipr3s <cipr3s@gmx.com>"
license="GPL-2.0-or-later"