diff options
author | Andrey Grozin <grozin@gentoo.org> | 2022-05-29 22:22:39 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2022-05-29 22:22:39 +0700 |
commit | f4c498f9a85569076d7be7c52eafd7bafc85caa4 (patch) | |
tree | 0df1bfe24cbf3fc0c5bb2f62da1293aa8ddcbc4d /dev-python/pyx | |
parent | sci-geosciences/gpxsee: remove old versions (diff) | |
download | gentoo-f4c498f9a85569076d7be7c52eafd7bafc85caa4.tar.gz gentoo-f4c498f9a85569076d7be7c52eafd7bafc85caa4.tar.bz2 gentoo-f4c498f9a85569076d7be7c52eafd7bafc85caa4.zip |
dev-python/pyx: DEPEND on latex-base always
Bug: https://bugs.gentoo.org/847502
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/pyx')
-rw-r--r-- | dev-python/pyx/pyx-0.15_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyx/pyx-0.15_p1.ebuild b/dev-python/pyx/pyx-0.15_p1.ebuild index 0d9517439908..d2a3f69e6665 100644 --- a/dev-python/pyx/pyx-0.15_p1.ebuild +++ b/dev-python/pyx/pyx-0.15_p1.ebuild @@ -27,11 +27,11 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-python/pillow[${PYTHON_USEDEP}] virtual/tex-base + virtual/latex-base dev-texlive/texlive-basic" BDEPEND="${RDEPEND} doc? ( - virtual/latex-base $(python_gen_any_dep ' dev-python/sphinx[latex,${PYTHON_USEDEP}] dev-python/sphinx_selective_exclude[${PYTHON_USEDEP}] |