dev-python/docutils: Remove redundant optfeature for pillow

Bug: https://bugs.gentoo.org/953750
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-13 14:03:35 +02:00
parent 2e8b3f2ae3
commit 6594bd387a

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 optfeature pypi
inherit distutils-r1 pypi
DESCRIPTION="Python Documentation Utilities (reference reStructuredText impl.)"
HOMEPAGE="
@@ -72,9 +72,3 @@ python_install_all() {
install_txt_doc "${doc}"
done < <(find docs tools -name '*.txt' -print0)
}
pkg_postinst() {
optfeature \
"auto-detecting the image dimensions when using the 'scale' option" \
dev-python/pillow
}