dev-python/md-environ: Fix QA Notice setuptools warning

Closes: https://bugs.gentoo.org/812092

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2021-09-08 14:50:56 +03:00
parent 218256a2b8
commit fcdc1dbc5e

View File

@@ -16,3 +16,9 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
src_prepare() {
# Fix QA Notice: setuptools warning
sed -i "s/description-file/description_file/" setup.cfg || die
eapply_user
}