summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Siebeck <gentoo.2019@r123.de>2022-01-09 09:55:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-01-09 09:57:26 +0200
commit4a9207bbff925ec455ff57b8d738fd32764f43d6 (patch)
treed9ca2ccf3730c7e32825d4fc3344bdb029b12d1e /dev-python/python-slugify
parentmedia-video/wireplumber: bump to 0.4.6-r1 for two patches (diff)
downloadgentoo-4a9207bbff925ec455ff57b8d738fd32764f43d6.tar.gz
gentoo-4a9207bbff925ec455ff57b8d738fd32764f43d6.tar.bz2
gentoo-4a9207bbff925ec455ff57b8d738fd32764f43d6.zip
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>
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r--dev-python/python-slugify/python-slugify-4.0.1.ebuild3
1 files changed, 1 insertions, 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