Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_console/
Date: Mon, 13 Sep 2021 18:10:35
Message-Id: 1631556582.1c9f433e02b9343f7ebbd15ea3b2fcc49e28f361.jsmolic@gentoo
1 commit: 1c9f433e02b9343f7ebbd15ea3b2fcc49e28f361
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 18:09:42 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 18:09:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9f433e
7
8 dev-python/jupyter_console: Fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/812671
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-python/jupyter_console/jupyter_console-6.4.0.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
17 index d55074977c0..4114074312d 100644
18 --- a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
19 +++ b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild
20 @@ -3,7 +3,6 @@
21
22 EAPI=7
23
24 -DISTUTILS_USE_SETUPTOOLS=rdepend
25 PYTHON_COMPAT=( python3_{7..10} )
26
27 inherit distutils-r1