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:
Nicolas Graves 2025-01-31 01:34:42 +01:00 committed by Sharlatan Hellseher
parent 70bde4dba9
commit 2af658e09d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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))