mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-python/decopatch: fix docs deps
Closes: https://bugs.gentoo.org/897774 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -7,8 +7,10 @@ PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
DOCS_BUILDER="mkdocs"
|
||||
DOCS_DEPEND="dev-python/mkdocs-material"
|
||||
|
||||
DOCS_DEPEND=(
|
||||
dev-python/mkdocs-material
|
||||
dev-python/regex
|
||||
)
|
||||
inherit distutils-r1 docs
|
||||
|
||||
DESCRIPTION="Create decorators easily in python"
|
||||
|
||||
Reference in New Issue
Block a user