rekado pushed a commit to branch master
in repository guix.

commit a3a7cf95790ffb9df7fbe55acc5baf6f0fd0d80c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 17 23:05:55 2025 +0000

    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
---
 gnu/packages/python-xyz.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e971e36adf..174072d45e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4755,16 +4755,6 @@ standard.")
         (base32
          "1b7dhy3pyp3nfv0zzjrs7i3kam40cl1nh3acy2fd59ywy4x84ika"))))
     (build-system pyproject-build-system)
-    (propagated-inputs
-     (list python-dnspython python-greenlet python-monotonic))
-    (native-inputs
-     (list python-black
-           python-hatch-vcs
-           python-hatchling
-           python-isort
-           python-pre-commit
-           python-pytest
-           python-twine))
     (arguments
      (list
       #:test-flags
@@ -4786,6 +4776,15 @@ standard.")
              ;; getprotobyname is called.  Thankfully there is an environment
              ;; variable to disable the greendns import, so use it:
              (setenv "EVENTLET_NO_GREENDNS" "yes"))))))
+    (native-inputs
+     (list python-hatch-vcs
+           python-hatchling
+           python-pytest
+           python-twine))
+    (propagated-inputs
+     (list python-dnspython
+           python-greenlet
+           python-monotonic))
     (home-page "https://eventlet.net";)
     (synopsis "Concurrent networking library for Python")
     (description

Reply via email to