File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55from bci_build .container_attributes import TCP
66from bci_build .container_attributes import UDP
7+ from bci_build .os_version import ALL_NONBASE_OS_VERSIONS
78from bci_build .os_version import CAN_BE_LATEST_OS_VERSION
8- from bci_build .os_version import OsVersion
99from bci_build .package import ApplicationStackContainer
1010from bci_build .package .versions import get_pkg_version
1111
3333 },
3434 exposes_ports = [TCP (67 ), UDP (67 )],
3535 )
36- for os_version in ( OsVersion . SP7 , OsVersion . TUMBLEWEED )
36+ for os_version in ALL_NONBASE_OS_VERSIONS
3737]
Original file line number Diff line number Diff line change 3434 },
3535 "kea" : {
3636 "7" : " 2.6" ,
37+ "16.0" : " 2.6" ,
3738 "Tumbleweed" : " 2.6" ,
3839 "version_format" : " minor"
3940 },
8283 "Tumbleweed" : " 8.1" ,
8384 "version_format" : " minor"
8485 }
85- }
86+ }
You can’t perform that action at this time.
0 commit comments