Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/
Date: Tue, 05 Oct 2021 05:01:02
Message-Id: 1633410044.03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78.sam@gentoo
1 commit: 03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 05:00:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 05:00:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b89a83
7
8 dev-python/jsonschema: drop --install from d_e_t
9
10 Didn't make a difference to the test which seems to want
11 jsonschema installed.
12
13 Bug: https://bugs.gentoo.org/816327
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-python/jsonschema/jsonschema-4.0.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/jsonschema/jsonschema-4.0.1.ebuild b/dev-python/jsonschema/jsonschema-4.0.1.ebuild
20 index 8e4b01c48ff..a24b213c9ac 100644
21 --- a/dev-python/jsonschema/jsonschema-4.0.1.ebuild
22 +++ b/dev-python/jsonschema/jsonschema-4.0.1.ebuild
23 @@ -42,4 +42,4 @@ BDEPEND="
24 )
25 "
26
27 -distutils_enable_tests --install unittest
28 +distutils_enable_tests unittest