vppapi: Use VPPApiJSONFiles instead of reinventing the wheel.

This commit is contained in:
Adrian Pistol
2022-10-28 03:02:28 +02:00
parent b62f5313dd
commit 60c4324f7e
5 changed files with 9 additions and 11 deletions

View File

@ -9,7 +9,6 @@ setup(
'importlib-metadata; python_version == "3.8"',
"yamale",
"netaddr",
"ipaddress",
"vpp_papi",
],
packages=["vppcfg", "vppcfg/config", "vppcfg/vpp"],