diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-23 18:06:30 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-23 18:06:52 +0100 |
| commit | ccd1dbc8b04754620bfe91099e174b1eb27367bd (patch) | |
| tree | f4e67b15c94e8294b2cb339f9ceb4eba56d6ccd1 /gnu | |
| parent | 9bb4ecc44c7fd09e37f9d00f385338fd76836688 (diff) | |
gnu: Remove python-pyro4.
* gnu/packages/python-xyz.scm (python-pyro4): Delete variable.
Fixes: guix/guix#5857
Change-Id: Iacf9dae4af01a615316c9ad2fb13061b943b4523
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3ef270b45b1..c2d2c698815 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25554,60 +25554,6 @@ Angus Johnson's polygon clipping Clipper library (ver. 6.4.2).") http://semver.org/}.") (license license:bsd-3))) -(define-public python-pyro4 - (package - (name "python-pyro4") - (version "4.82") - (source - (origin - (method url-fetch) - (uri (pypi-uri "Pyro4" version)) - (sha256 - (base32 "1yr1rv2afmq55wb14sx9qplzkqw7fya9rprsqdyxfbg90h45n7si")))) - (build-system pyproject-build-system) - (arguments - (list #:test-flags - #~(list "-k" - (string-join - ;; Those tests require network. - (list "not testBCstart" - "testAutoClean" - "testDaemonPyroObj" - "testLookupAndRegister" - "testLookupInvalidHmac" - "testLookupUnixsockParsing" - "testMulti" - "testRefuseDottedNames" - "testResolve" - "testBCLookup0000" - "testPyroname" - "testResolveAsymmetricHmacUsage" - "testResolveWrongHmac" - "testStartNSfunc" - "testCustomDictClass" - "testDictClassFail" - "testBroadcast" - "testGetIP" - ;; XXX: Unclear why this test fails. - "testCustomClassFail") - " and not ")))) - (native-inputs - (list python-cloudpickle - python-dill - python-msgpack - python-pytest - python-setuptools - python-wheel)) - (propagated-inputs - (list python-serpent)) - (home-page "https://pyro4.readthedocs.io") - (synopsis "Distributed object middleware for Python") - (description - "Pyro enables you to build applications in which objects can talk to each -other over the network. You can just use normal Python method calls to call -objects on other machines, also known as remote procedure calls (RPC).") - (license license:expat))) - (define-public python-phonenumbers (package (name "python-phonenumbers") |
