Dropped use of __future__ module in codebase. 0010-Remove-unnecessary-__future__-imports-for-Python-3.patch is been created.Removed python3-future from Debian control dependencies This change brings updates from the 'f/trixie' branch into 'master' to ensure consistent functionality and packaging structure across both branches. Test Plan: PASS master trixie build Story: 2011360 Task: 53276 Change-Id: I553bef07cc00aace02dc260f13c65c480660958d Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@windriver.com>
30 lines
853 B
Plaintext
30 lines
853 B
Plaintext
Source: zerorpc-python
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-setuptools,
|
|
python3-wheel,
|
|
Standards-Version: 4.5.1
|
|
|
|
Package: zerorpc-python
|
|
Section: libs
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends},
|
|
libzmq5,
|
|
python3-eventlet,
|
|
python3-greenlet,
|
|
python3-msgpack,
|
|
python3-zmq
|
|
Description: Zerorpc is a flexible RPC implementation based on zeromq and messagepack.
|
|
|
|
Package: zerorpc-python-wheel
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends}, python3-wheel
|
|
Description: Zerorpc is a flexible RPC implementation based on zeromq and messagepack.
|
|
.
|
|
This is the support package for the PEP 427 wheel version of the package,
|
|
required for using pip inside a virtual environment.
|