requirements: require at least construct version 2.10.70

Older construct versions seem to have problems, in particular with
evaluating COptional() correctly. With 2.10.70 no such problems
were observed.

Related: OS#5714
Change-Id: If59dc708a7194649d1f42c4cf33f6328edcb80d2
This commit is contained in:
Philipp Maier
2024-09-18 14:53:52 +02:00
committed by dexter
parent d5ddd04f33
commit 154e29c89a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ pyserial
pytlv
cmd2>=1.5
jsonpath-ng
construct>=2.9.51
construct>=2.10.70
bidict
pyosmocom>=0.0.3
pyyaml>=5.1

View File

@@ -22,7 +22,7 @@ setup(
"pytlv",
"cmd2 >= 1.5.0",
"jsonpath-ng",
"construct >= 2.9.51",
"construct >= 2.10.70",
"bidict",
"pyosmocom >= 0.0.3",
"pyyaml >= 5.1",