mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/markdown-include: fix 'Invalid dash-separated options' warn
Suggested-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
-description-file = README.rst
|
||||
+description_file = README.rst
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
@@ -22,4 +22,8 @@ KEYWORDS="~amd64 ~riscv"
|
||||
RDEPEND=">=dev-python/markdown-3.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND=">=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.8.1-setup.patch
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
Reference in New Issue
Block a user