mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-pyx: depend on tex virtual package
This commit is contained in:
parent
9fd45952c7
commit
534e9ef18a
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-pyx'
|
# Template file for 'python-pyx'
|
||||||
pkgname=python-pyx
|
pkgname=python-pyx
|
||||||
version=0.12.1
|
version=0.12.1
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="PyX-${version}"
|
wrksrc="PyX-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="pyx"
|
pycompile_module="pyx"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python texlive-bin"
|
depends="python virtual?tex"
|
||||||
short_desc="Python library for the creation of PostScript and PDF files"
|
short_desc="Python library for the creation of PostScript and PDF files"
|
||||||
maintainer="cipr3s <cipr3s@gmx.com>"
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue