build: allow python3.8 and higher (due to dictionary merging code)

This commit is contained in:
Pim van Pelt
2022-12-03 17:03:19 +00:00
parent 47cdd74d75
commit 21d38ebd64
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ setup(
version="0.0.3",
install_requires=[
"requests",
'importlib-metadata; python_version > "3.8"',
'importlib-metadata; python_version >= "3.8"',
"yamale",
"netaddr",
"vpp_papi",