
This commit creates the Netlink shared library for Python. In this release, only Netlink DPLL interface has been implemented to meet the requirements for communicating with DPLL modules standalone and integrated in NICs. TEST PLAN: PASS: Compile the code and run unit tests PASS: Build deb packages for python wheel and std distribution Story: 2011345 Task: 51672 Change-Id: I7fe9a0ff36aa3f74c8453dc684e2e547f32ef989 Signed-off-by: Reynaldo P Gomes <reynaldo.patronegomes@windriver.com>
34 lines
891 B
Plaintext
34 lines
891 B
Plaintext
Source: pynetlink
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: Starlingx Developers <StarlingX-discuss@lists.StarlingX.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-dev,
|
|
python3-jsonschema,
|
|
python3-setuptools,
|
|
python3-yaml,
|
|
python3-wheel
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
Rules-Requires-Root: no
|
|
|
|
Package: pynetlink
|
|
Architecture: any
|
|
Depends: ${python3:Depends},
|
|
python3-jsonschema,
|
|
python3-yaml
|
|
Description: Python Netlink library for StarlingX
|
|
This package provides the Python library to interact with the Linux Kernel
|
|
using the Netlink protocol.
|
|
|
|
Package: pynetlink-wheel
|
|
Architecture: any
|
|
Depends: ${python3:Depends},
|
|
python3-jsonschema,
|
|
python3-yaml,
|
|
python3-wheel
|
|
Description: Python Netlink library for StarlingX - wheel
|
|
This package provides the Python library to interact with the Linux Kernel
|
|
using the Netlink protocol.
|