osmith has uploaded this change for review.
requirements, setup: use osmocom mirror for deps
Change-Id: I5e435a5148414803bbeb9dbc1fe84b8268ab21dd
---
M requirements.txt
M setup.py
2 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/18/43518/1
diff --git a/requirements.txt b/requirements.txt
index aafccc2..0843857 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,8 +11,8 @@
colorlog
pycryptodomex
cryptography
-git+https://github.com/osmocom/asn1tools
+git+https://gitea.osmocom.org/mirrors/asn1tools
packaging
-git+https://github.com/hologram-io/smpp.pdu
-smpp.twisted3 @ git+https://github.com/jookies/smpp.twisted
+git+https://gitea.osmocom.org/mirrors/smpp.pdu
+smpp.twisted3 @ git+https://gitea.osmocom.org/mirrors/smpp.twisted
smpplib
diff --git a/setup.py b/setup.py
index ff093fb..567053e 100644
--- a/setup.py
+++ b/setup.py
@@ -31,9 +31,9 @@
"colorlog",
"pycryptodomex",
"packaging",
- "smpp.pdu @ git+https://github.com/hologram-io/smpp.pdu",
+ "smpp.pdu @ git+https://gitea.osmocom.org/mirrors/smpp.pdu",
"asn1tools",
- "smpp.twisted3 @ git+https://github.com/jookies/smpp.twisted",
+ "smpp.twisted3 @ git+https://gitea.osmocom.org/mirrors/smpp.twisted",
],
scripts=[
'pySim-prog.py',
To view, visit change 43518. To unsubscribe, or for help writing mail filters, visit settings.