a46a7483c1
ptf-py3 0.9.3 couldn't compile on bookworm Update ptf-py3 to latest release. How to verify it Verify the build and installation is successful in bookworm, buster and bullseye environment Test docker-ptf.gz is built properly. Ran sonic-mgmt tests with this docker-ptf.gz Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
8 lines
185 B
Makefile
8 lines
185 B
Makefile
# ptf package
|
|
|
|
PTF_PY3 = ptf-0.10.0.post0-py3-none-any.whl
|
|
$(PTF_PY3)_SRC_PATH = $(SRC_PATH)/ptf-py3
|
|
$(PTF_PY3)_PYTHON_VERSION = 3
|
|
$(PTF_PY3)_TEST = n
|
|
SONIC_PYTHON_WHEELS += $(PTF_PY3)
|