From cb14de159eaaac885a6906b0a9da72c386be2a11 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Fri, 21 Jun 2024 14:25:52 -0700 Subject: [PATCH] fixed CI deps, bump beta --- aiscot/__init__.py | 2 +- debian/install_pkg_build_deps.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aiscot/__init__.py b/aiscot/__init__.py index f5e8f19..3043682 100644 --- a/aiscot/__init__.py +++ b/aiscot/__init__.py @@ -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: diff --git a/debian/install_pkg_build_deps.sh b/debian/install_pkg_build_deps.sh index ac2e185..6713a78 100644 --- a/debian/install_pkg_build_deps.sh +++ b/debian/install_pkg_build_deps.sh @@ -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