diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-28 11:47:31 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:06 +0100 |
| commit | 8cf040797404614bf4fbcb643eb4b97acb194623 (patch) | |
| tree | 8a8dcc41cef08c2b4f5aa0f2553b8402576f48d0 /gnu/packages/python-xyz.scm | |
| parent | 21f15ea4da6289a28c58feb8d5265a9f12576bd1 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bd26d8540d..5ae4266e6d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22816,7 +22816,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 @@ -22824,11 +22837,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 |
