dev-python/python-slugify: fix DISTUTILS_USE_SETUPTOOLS on 4.0.1

Closes: https://bugs.gentoo.org/829082
Signed-off-by: Robert Siebeck <gentoo.2019@r123.de>
Closes: https://github.com/gentoo/gentoo/pull/23318
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Robert Siebeck
2022-01-09 09:55:51 +02:00
committed by Joonas Niilola
parent 39651aab61
commit 4a9207bbff

View File

@@ -1,10 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1