diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-28 20:47:45 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:43 +0000 |
commit | 922137ed75097942d58c42e162f9258a9a0a99b3 (patch) | |
tree | d930d4be02538f8d300f2aa88727936510f7bfad /gnu | |
parent | e715096f0ee1b1f601b8f26f86ccd54f75d2fa8c (diff) | |
download | guix-922137ed75097942d58c42e162f9258a9a0a99b3.tar guix-922137ed75097942d58c42e162f9258a9a0a99b3.tar.gz |
gnu: python-jupytext: Adjust inputs
* gnu/packages/python-xyz.scm (python-jupytext)
[native-inputs]: Remove pre-commit, python-autopep8, python-black,
python-flake8, python-isort.
Change-Id: I4aa622a58dfc3ab5ad9f1c88b78d6ac301f270d1
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e64ae66d1a..129609592c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -565,12 +565,7 @@ design}.") " and not ")))))))))) (native-inputs (list git-minimal/pinned - pre-commit - python-autopep8 - python-black - python-flake8 python-gitpython - python-isort python-ipython-genutils python-jupyter-server python-pyaml |