Skip to content

Commit

Permalink
fixed CI deps, bump beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 21, 2024
1 parent f66375a commit cb14de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiscot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"""AISCOT: Display Ships in TAK - AIS to TAK Gateway"""

__version__ = "6.0.0-beta4"
__version__ = "6.0.0-beta5"

# Python 3.6 test/build work-around:
try:
Expand Down
4 changes: 2 additions & 2 deletions debian/install_pkg_build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ echo "Installing Debian package build dependencies"
apt-get update -qq

apt-get install -y \
python3 dev pip venv all \
python3 python3-dev python3-pip python3-venv python3-all \
dh-python debhelper devscripts dput software-properties-common \
distutils setuptools wheel stdeb
python3-distutils python3-setuptools python3-wheel python3-stdeb

0 comments on commit cb14de1

Please sign in to comment.