Aligned the package layout with the concurrent Debian packaging conventions. Relocated package files under 'debian/bullseye/' and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility with Bullseye. dh-python pynetlink pyoidc python-nss python3-nsenter python3-setuptools python3-zmq python3-wheel python3.9 zerorpc-python Change-Id: I732af48c1a54ea1543772944da16e2f819dd1c91 Signed-off-by: pmp1 <preetham.mp@windriver.com>
31 lines
870 B
Plaintext
31 lines
870 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-future,
|
|
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.
|