From 4a9207bbff925ec455ff57b8d738fd32764f43d6 Mon Sep 17 00:00:00 2001 From: Robert Siebeck Date: Sun, 9 Jan 2022 09:55:51 +0200 Subject: [PATCH] dev-python/python-slugify: fix DISTUTILS_USE_SETUPTOOLS on 4.0.1 Closes: https://bugs.gentoo.org/829082 Signed-off-by: Robert Siebeck Closes: https://github.com/gentoo/gentoo/pull/23318 Signed-off-by: Joonas Niilola --- dev-python/python-slugify/python-slugify-4.0.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/python-slugify/python-slugify-4.0.1.ebuild b/dev-python/python-slugify/python-slugify-4.0.1.ebuild index 4463c603e80d1..0f9dcf8dacc50 100644 --- a/dev-python/python-slugify/python-slugify-4.0.1.ebuild +++ b/dev-python/python-slugify/python-slugify-4.0.1.ebuild @@ -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