Fix Python3 deb dependencies
This commit is contained in:
parent
b5a5f2ec25
commit
de40335805
|
|
@ -1,8 +1,8 @@
|
||||||
Package: noaacap
|
Package: noaacap
|
||||||
Version: 0.7
|
Version: 0.7.1
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Dan Srebnick <k2dls at k2dls.net>
|
Maintainer: Dan Srebnick <k2dls at k2dls.net>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: aprx (>=2.9), db-util, python-lxml, python-pip, python-bs4, python-tz
|
Depends: aprx (>=2.9), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz
|
||||||
Description: APRS Weather Alerts beacon exec for aprx
|
Description: APRS Weather Alerts beacon exec for aprx
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ https://github.com/K2DLS/noaacap/releases
|
||||||
|
|
||||||
Once you are running aprx >= 2.9, install noaacap:
|
Once you are running aprx >= 2.9, install noaacap:
|
||||||
|
|
||||||
Install via sudo dpkg -i noaacap-0.7.deb. Then, to satisfy the dependencies,
|
Install via sudo dpkg -i noaacap-0.7.1.deb. Then, to satisfy the dependencies,
|
||||||
run sudo apt-get -f install.
|
run sudo apt-get -f install.
|
||||||
|
|
||||||
CONFIGURATION
|
CONFIGURATION
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue