diff options
author | Vinicius Monego <monego@posteo.net> | 2024-06-01 16:57:53 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:42 +0000 |
commit | 5f4dba0591e0edf6c792b3064fe1c6acbf694d26 (patch) | |
tree | e55ebc8ff3062084f36da0f838235d04307781e9 /gnu/packages/python-web.scm | |
parent | 856c9a3d24c7983704bca4633bee6f8b95e7822f (diff) | |
download | guix-5f4dba0591e0edf6c792b3064fe1c6acbf694d26.tar.gz guix-5f4dba0591e0edf6c792b3064fe1c6acbf694d26.zip |
gnu: python-omnipath: Remove pre-commit from native-inputs.
* gnu/packages/python-xyz.scm (python-omnipath)[native-inputs]: Remove
python-pre-commit.
Change-Id: Idfdf978df55e2c3cb3c8447aa18456cc9de4c4c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 070b2c7e35..f1c597463a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2224,7 +2224,6 @@ is Python’s.") python-wrapt)) (native-inputs (list python-bump2version - python-pre-commit python-pytest python-pytest-mock python-pytest-socket |