build: allow python3.8 and higher (due to dictionary merging code)
This commit is contained in:
Vendored
+1
-1
@@ -7,6 +7,6 @@ Standards-Version: 3.9.5
|
|||||||
|
|
||||||
Package: vppcfg
|
Package: vppcfg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Pre-Depends: dpkg (>= 1.16.1), python3 (>= 3.8), ${misc:Pre-Depends}
|
Pre-Depends: dpkg (>= 1.16.1), python3 (>=3.8), ${misc:Pre-Depends}
|
||||||
Depends: python3-netaddr, python3-ipaddr, ${misc:Depends}
|
Depends: python3-netaddr, python3-ipaddr, ${misc:Depends}
|
||||||
Description: A configuration tool for FD.io VPP
|
Description: A configuration tool for FD.io VPP
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ setup(
|
|||||||
version="0.0.3",
|
version="0.0.3",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests",
|
"requests",
|
||||||
'importlib-metadata; python_version > "3.8"',
|
'importlib-metadata; python_version >= "3.8"',
|
||||||
"yamale",
|
"yamale",
|
||||||
"netaddr",
|
"netaddr",
|
||||||
"vpp_papi",
|
"vpp_papi",
|
||||||
|
|||||||
Reference in New Issue
Block a user