mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
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:
@@ -16,3 +16,9 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
|
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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user