mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-twisted: Adjust inputs.
* gnu/packages/python-xyz.scm (python-twisted): Update to 24.11.0. [propagated-inputs]: Add python-appdirs, python-cryptography, python-h2, python-priority, python-idna, python-pyopenssl, python-service-identity, and python-pyserial. [native-inputs]: Remove python-pyflakes, python-sphinx, and python-sphinx-rtd-theme. Change-Id: Ia7050206716ddc175d21c85b817ab336d08120fc
This commit is contained in:
parent
749fce6149
commit
351f9a6331
1 changed files with 15 additions and 5 deletions
|
@ -22840,7 +22840,20 @@ format.")
|
|||
python-hyperlink
|
||||
python-incremental
|
||||
python-typing-extensions
|
||||
python-zope-interface))
|
||||
python-zope-interface
|
||||
;; [conch]
|
||||
python-appdirs
|
||||
python-bcrypt
|
||||
python-cryptography
|
||||
;; [http2]
|
||||
python-h2
|
||||
python-priority
|
||||
;; [tls]
|
||||
python-idna
|
||||
python-pyopenssl
|
||||
python-service-identity
|
||||
;; [serial]
|
||||
python-pyserial))
|
||||
(native-inputs
|
||||
(list glibc-utf8-locales ;for OpenTestLogTests.test_utf8
|
||||
python-coverage
|
||||
|
@ -22848,11 +22861,8 @@ format.")
|
|||
python-hatchling
|
||||
python-httpx
|
||||
python-hypothesis
|
||||
python-pyflakes
|
||||
python-pyhamcrest
|
||||
python-pytest
|
||||
python-sphinx
|
||||
python-sphinx-rtd-theme))
|
||||
python-pytest))
|
||||
(home-page "https://twistedmatrix.com/")
|
||||
(synopsis "Asynchronous networking framework written in Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue