Add dep for python3-systemd to package

This commit is contained in:
Dan Srebnick 2017-12-06 07:29:58 -05:00
parent e70b2088a2
commit 53a4c464f6
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Package: noaacap
Version: 0.7.2
Version: 0.7.3
Section: hamradio
Priority: extra
Maintainer: Dan Srebnick <k2dls at k2dls.net>
Architecture: all
Depends: aprx (>=2.9), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3
Depends: aprx (>=2.9), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd
Description: APRS Weather Alerts beacon exec for aprx

View File

@ -8,7 +8,7 @@ https://github.com/K2DLS/noaacap/releases
Once you are running aprx >= 2.9, install noaacap:
Install via sudo dpkg -i noaacap-0.7.2.deb. Then, to satisfy the dependencies,
Install via sudo dpkg -i noaacap-0.7.3.deb. Then, to satisfy the dependencies,
run sudo apt-get -f install.
CONFIGURATION
@ -62,4 +62,4 @@ k2dls@k2dls.net with the callsign-SSID of your APRS station that is sending
weather alerts via this program.
Dan Srebnick, K2DLS
12/05/17
12/06/17