summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-17 23:05:55 +0000
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:38:04 +0100
commita3a7cf95790ffb9df7fbe55acc5baf6f0fd0d80c (patch)
treebf8b9964d616d62035aa81f42771ac682e1bb2ea /gnu/packages/python-xyz.scm
parent3ce9151a0303fde5a410596e50c8b4cb26f38efd (diff)
gnu: python-eventlet: Adjust inputs.
* gnu/packages/python-xyz.scm (python-eventlet) [native-inputs]: Remove python-black, python-isort, and python-pre-commit. Change-Id: Id0671cf1ec87f2c44a5b1bd915efae594c17804e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e971e36adf8..174072d45ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4755,16 +4755,6 @@ standard.")
4755 (base32 4755 (base32
4756 "1b7dhy3pyp3nfv0zzjrs7i3kam40cl1nh3acy2fd59ywy4x84ika")))) 4756 "1b7dhy3pyp3nfv0zzjrs7i3kam40cl1nh3acy2fd59ywy4x84ika"))))
4757 (build-system pyproject-build-system) 4757 (build-system pyproject-build-system)
4758 (propagated-inputs
4759 (list python-dnspython python-greenlet python-monotonic))
4760 (native-inputs
4761 (list python-black
4762 python-hatch-vcs
4763 python-hatchling
4764 python-isort
4765 python-pre-commit
4766 python-pytest
4767 python-twine))
4768 (arguments 4758 (arguments
4769 (list 4759 (list
4770 #:test-flags 4760 #:test-flags
@@ -4786,6 +4776,15 @@ standard.")
4786 ;; getprotobyname is called. Thankfully there is an environment 4776 ;; getprotobyname is called. Thankfully there is an environment
4787 ;; variable to disable the greendns import, so use it: 4777 ;; variable to disable the greendns import, so use it:
4788 (setenv "EVENTLET_NO_GREENDNS" "yes")))))) 4778 (setenv "EVENTLET_NO_GREENDNS" "yes"))))))
4779 (native-inputs
4780 (list python-hatch-vcs
4781 python-hatchling
4782 python-pytest
4783 python-twine))
4784 (propagated-inputs
4785 (list python-dnspython
4786 python-greenlet
4787 python-monotonic))
4789 (home-page "https://eventlet.net") 4788 (home-page "https://eventlet.net")
4790 (synopsis "Concurrent networking library for Python") 4789 (synopsis "Concurrent networking library for Python")
4791 (description 4790 (description