commit:     4a9207bbff925ec455ff57b8d738fd32764f43d6
Author:     Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Sun Jan  9 07:55:51 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 07:57:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9207bb

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 <AT> r123.de>
Closes: https://github.com/gentoo/gentoo/pull/23318
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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 4463c603e80d..0f9dcf8dacc5 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
 

Reply via email to