Skip to content

Commit

Permalink
Fix Python3 deb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
K2IE committed Oct 5, 2017
1 parent b5a5f2e commit de40335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions noaacap/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: noaacap
Version: 0.7
Version: 0.7.1
Section: hamradio
Priority: extra
Maintainer: Dan Srebnick <k2dls at k2dls.net>
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
2 changes: 1 addition & 1 deletion noaacap/usr/local/share/noaacap/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.

CONFIGURATION
Expand Down

0 comments on commit de40335

Please sign in to comment.