summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-10 18:56:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:26 +0100
commitf34b02b8b2b27023fee690858e281167392e5289 (patch)
treeb70cb7370ff7d1bcd7086220d11c430c86f7289e /gnu/packages/python-web.scm
parent69c80fdd0b149288ed9084f84ffe2adc433e0b1f (diff)
gnu: Remove python-aiorpcx-0.18.
* gnu/packages/python-web.scm (python-aiorpcx-0.18): Delete variable. Change-Id: I1308611724e435e0f8deff1067993fb7d641acc2
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b3552dc9dc5..3f14994f846 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1689,18 +1689,6 @@ The package includes a module with full coverage of JSON RPC versions 1.0 and
comes with a SOCKS proxy client.")
(license (list license:expat license:bsd-2))))
-(define-public python-aiorpcx-0.18
- (package
- (inherit python-aiorpcx)
- (version "0.18.7")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "aiorpcX" version))
- (sha256
- (base32
- "1rswrspv27x33xa5bnhrkjqzhv0sknv5kd7pl1vidw9d2z4rx2l0"))))))
-
(define-public python-aiostream
(package
(name "python-aiostream")