mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove python-isort native-input from some packages.
Remove python-isort from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/machine-learning.scm: (python-pymanopt)) * gnu/packages/mail.scm: (python-hyperkitty, postorius) * gnu/packages/virtualization.scm: (python-qemu-qmp) Change-Id: Ie50eb222c5db62cf985926c716152db8bf6e7855 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
70bde4dba9
commit
2af658e09d
3 changed files with 0 additions and 4 deletions
|
|
@ -1523,7 +1523,6 @@ learning.")
|
|||
(propagated-inputs (list python-numpy python-scipy))
|
||||
(native-inputs (list python-autograd
|
||||
python-flake8-bugbear
|
||||
python-isort
|
||||
python-matplotlib
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
|
|
|
|||
|
|
@ -3843,7 +3843,6 @@ which sends emails to HyperKitty, the official Mailman3 web archiver.")
|
|||
python-django-rest-framework
|
||||
python-elasticsearch
|
||||
python-flufl-lock
|
||||
python-isort
|
||||
python-lxml
|
||||
python-mailmanclient
|
||||
python-mistune
|
||||
|
|
@ -3894,7 +3893,6 @@ some configuration.")
|
|||
python-django-mailman3))
|
||||
(native-inputs
|
||||
(list python-beautifulsoup4
|
||||
python-isort
|
||||
python-mock
|
||||
python-pdm-backend
|
||||
python-pytest
|
||||
|
|
|
|||
|
|
@ -2232,7 +2232,6 @@ mainly implemented in user space.")
|
|||
(native-inputs
|
||||
(list python-avocado-framework
|
||||
python-flake8
|
||||
python-isort
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue