update dependencies

This commit is contained in:
Jakob Ketterl
2022-11-30 01:15:28 +01:00
parent 258e41669e
commit 35abd711ca
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,8 @@ apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
git clone https://github.com/jketterl/js8py.git
pushd js8py
git checkout 0.1.2
# latest develop as of 2022-11-30 (structured callsign data)
git checkout f7e394b7892d26cbdcce5d43c0b4081a2a6a48f6
python3 setup.py install
popd
rm -rf js8py