Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Simmphonie:python310
python-kombu
support-pyro-5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File support-pyro-5.patch of Package python-kombu
Index: kombu-5.2.4/kombu/transport/pyro.py =================================================================== --- kombu-5.2.4.orig/kombu/transport/pyro.py +++ kombu-5.2.4/kombu/transport/pyro.py @@ -42,9 +42,9 @@ from kombu.utils.objects import cached_p from . import virtual try: - import Pyro4 as pyro - from Pyro4.errors import NamingError - from Pyro4.util import SerializerBase + from Pyro5.compatibility import Pyro4 as pyro + from Pyro5.errors import NamingError + from Pyro5.api import SerializerBase except ImportError: # pragma: no cover pyro = NamingError = SerializerBase = None
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor