osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/43518?usp=email )
Change subject: requirements, setup: use osmocom mirror for deps ......................................................................
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',