gnu: python-gevent: Propagate greenlet.

* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
python-greenlet from here...
[propagated-inputs]: ...to here.
[arguments]: Adjust.

Change-Id: I5ebac1dd5e8c16b11e4855da78972c98f10cd285
This commit is contained in:
Ricardo Wurmus 2024-12-19 16:50:48 +01:00
parent 6cb2030688
commit ddfa62f104
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21904,7 +21904,7 @@ graphviz.")
inputs "bin/python"))))
(version (python-version python))
(greenlet (string-append
#$(this-package-native-input "python-greenlet")
#$(this-package-input "python-greenlet")
"/include/python" version)))
(setenv "C_INCLUDE_PATH"
(string-append greenlet "/:"
@ -21930,13 +21930,12 @@ graphviz.")
(invoke "python" "-m" "gevent.tests" "-unone" "--config"
"known_failures.py" "--ignore" "skipped_tests.txt")))))))
(propagated-inputs
(list python-zope-event python-zope-interface))
(list python-greenlet python-zope-event python-zope-interface))
(native-inputs
(list python-cffi
python-coverage
python-cython
python-dnspython
python-greenlet
python-idna
python-objgraph
python-psutil