Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/
Date: Mon, 04 Oct 2021 08:11:36
Message-Id: 1633335038.5d2ca0efd3f13d315916792fd19f4cd8d28b45b4.telans@gentoo
1 commit: 5d2ca0efd3f13d315916792fd19f4cd8d28b45b4
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Oct 4 08:10:38 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Oct 4 08:10:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d2ca0ef
7
8 dev-python/scenedetect: fix DISTUTILS_USE_SETUPTOOLS warning
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 dev-python/scenedetect/scenedetect-0.5.6.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/scenedetect/scenedetect-0.5.6.ebuild b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
16 index bf96fac8d..7f94f6f53 100644
17 --- a/dev-python/scenedetect/scenedetect-0.5.6.ebuild
18 +++ b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
19 @@ -4,7 +4,6 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{7..9} )
23 -DISTUTILS_USE_SETUPTOOLS=rdepend
24
25 inherit distutils-r1