dev-python/pylatex: Inherit optfeature.eclass

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-09-07 10:51:50 +02:00
parent 29c06c5ceb
commit eec7931a63

View File

@@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1 eutils
inherit distutils-r1 optfeature
DESCRIPTION="A Python library for creating LaTeX files and snippets"
HOMEPAGE="https://github.com/JelteF/PyLaTeX"