dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/38198?usp=email )
Change subject: requirements: require at least construct version 2.10.70 ......................................................................
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 --- M requirements.txt M setup.py 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/98/38198/1
diff --git a/requirements.txt b/requirements.txt index 25e3654..2251a0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytlv cmd2>=1.5 jsonpath-ng -construct>=2.9.51 +construct>=2.10.70 bidict pyosmocom>=0.0.3 pyyaml>=5.1 diff --git a/setup.py b/setup.py index 10500d3..aa92f17 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "pytlv", "cmd2 >= 1.5.0", "jsonpath-ng", - "construct >= 2.9.51", + "construct >= 2.10.70", "bidict", "pyosmocom >= 0.0.3", "pyyaml >= 5.1",