laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/pysim/+/35732?usp=email )

Change subject: requirements.txt: Switch to osmocom fork of asn1tools
......................................................................

requirements.txt: Switch to osmocom fork of asn1tools

This is sadly required as the Interoperable Profile format must process
elements of an ASN.1 sequence in order, which doesn't work if the parser
puts the elements in a python dict.

The osmocom fork of asn1tools hence uses OrderedDict to work around
this problem.

Change-Id: Id28fcf060f491bb3d76aa6d8026aa76058edb675
---
M requirements.txt
1 file changed, 17 insertions(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/requirements.txt b/requirements.txt
index 5b735f0..c12daf8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,6 +11,6 @@
 colorlog
 pycryptodomex
 cryptography
-asn1tools
+git+https://github.com/osmocom/asn1tools
 packaging
 git+https://github.com/hologram-io/smpp.pdu

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/35732?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Id28fcf060f491bb3d76aa6d8026aa76058edb675
Gerrit-Change-Number: 35732
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to