diff options
author | Andreas Enge <andreas@enge.fr> | 2023-02-25 17:18:28 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-02-25 17:18:34 +0100 |
commit | 48de30f5e85decdb4df18064028cac66256ee69a (patch) | |
tree | ebec0b6683d4d4f1a1886f15679e267df48099c0 /gnu/packages | |
parent | e1361d38b710b75be9a85d187683142b80649593 (diff) |
gnu: python-fastjsonschema: Remove native input.
* gnu/packages/python-xyz.scm (python-fastjsonschema)[native-inputs]:
Remove python-validictory.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1c4dcd50fe..5fa60597cd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13688,8 +13688,7 @@ significantly better performance.") python-pylint python-pytest python-pytest-benchmark - python-pytest-cache - python-validictory)) + python-pytest-cache)) (home-page "https://github.com/horejsek/python-fastjsonschema") (synopsis |