diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:16:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:03 +0200 |
commit | b421628b6c48414b482e0bfbb412c07a1b8d3c85 (patch) | |
tree | f595f2a00631bda5cbccdc0ee10f91e57967a51d /dev-python/pylatex | |
parent | dev-python/django: Use optfeature_header() instead of custom elog (diff) | |
download | gentoo-b421628b6c48414b482e0bfbb412c07a1b8d3c85.tar.gz gentoo-b421628b6c48414b482e0bfbb412c07a1b8d3c85.tar.bz2 gentoo-b421628b6c48414b482e0bfbb412c07a1b8d3c85.zip |
dev-python/pylatex: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pylatex')
-rw-r--r-- | dev-python/pylatex/pylatex-1.4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild b/dev-python/pylatex/pylatex-1.4.1.ebuild index f1cbdec4f257..e22369be0021 100644 --- a/dev-python/pylatex/pylatex-1.4.1.ebuild +++ b/dev-python/pylatex/pylatex-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,7 +45,6 @@ python_install_all() { } pkg_postinst() { - elog "Optional dependencies:" optfeature "compiling generated files" "app-text/texlive dev-texlive/texlive-latexextra dev-texlive/texlive-mathscience" optfeature "matplotlib support" dev-python/matplotlib optfeature "numpy support" dev-python/numpy |