diff options
author | Sam James <sam@gentoo.org> | 2021-10-05 06:00:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-05 06:00:44 +0100 |
commit | 03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78 (patch) | |
tree | 16f63a5fd876a97572d042b0e33c723d074bc87e /dev-python | |
parent | app-text/calibre: Require latest PyQtWebEngine (diff) | |
download | gentoo-03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78.tar.gz gentoo-03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78.tar.bz2 gentoo-03b89a83fe352d6c57b0fc5e95fc67ddb7bf3e78.zip |
dev-python/jsonschema: drop --install from d_e_t
Didn't make a difference to the test which seems to want
jsonschema installed.
Bug: https://bugs.gentoo.org/816327
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jsonschema/jsonschema-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonschema/jsonschema-4.0.1.ebuild b/dev-python/jsonschema/jsonschema-4.0.1.ebuild index 8e4b01c48ff0..a24b213c9ac1 100644 --- a/dev-python/jsonschema/jsonschema-4.0.1.ebuild +++ b/dev-python/jsonschema/jsonschema-4.0.1.ebuild @@ -42,4 +42,4 @@ BDEPEND=" ) " -distutils_enable_tests --install unittest +distutils_enable_tests unittest |