diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:16 +0200 |
commit | 37da04b8085cdd4d9b4dbcddd95424b8494818f0 (patch) | |
tree | 728a5ce0f137c24eae0b857b3f7a9b2ceae5afcf /dev-python/texttable | |
parent | dev-python/statsmodels: Inherit optfeature.eclass (diff) | |
download | gentoo-37da04b8085cdd4d9b4dbcddd95424b8494818f0.tar.gz gentoo-37da04b8085cdd4d9b4dbcddd95424b8494818f0.tar.bz2 gentoo-37da04b8085cdd4d9b4dbcddd95424b8494818f0.zip |
dev-python/texttable: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/texttable-1.6.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/texttable/texttable-1.6.2-r1.ebuild b/dev-python/texttable/texttable-1.6.2-r1.ebuild index e45855712e28..1c3c33958eb0 100644 --- a/dev-python/texttable/texttable-1.6.2-r1.ebuild +++ b/dev-python/texttable/texttable-1.6.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="Module for creating simple ASCII tables" HOMEPAGE="https://github.com/foutaise/texttable https://pypi.org/project/texttable/" |