summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-31 14:33:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:48 +0100
commitfacdb268d5673a3bcccf3b7d6332f5a5ebbe2275 (patch)
tree003147fb1f8ecd672112ebd74d7865daa7c195b6 /gnu/packages/python-xyz.scm
parent9122f3929f1509efdf7767cbf29e2d56bcc9efea (diff)
gnu: python-rfc3986-validator: Reduce closure size.
* gnu/packages/python-xyz.scm (python-rfc3986-validator) [native-inputs]: Remove python-pip, python-pytest-runner, and python-wheel. Change-Id: I28a78201d142953b2b4a2e4ec6a0c7e17cf0f702
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 40c6e2a98f..f3fe3072b8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26922,12 +26922,9 @@ conversion: Gamut A, B, and C.")
(base32 "0mfh82r37ma5n54n8ibnqvmwr3j3f2ixqfjfmv1rwfqvjbkvsi1x"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pip
- python-pytest
- python-pytest-runner
+ (list python-pytest
python-rfc3987
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://github.com/naimetti/rfc3986-validator")
(synopsis "Pure python rfc3986 validator")
(description "This package implements a URI validator according to RFC3986