Skip to content

Commit

Permalink
CI: autopkgtest: add test dependency for python3-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Jul 24, 2024
1 parent d296fe2 commit 95d0188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autopkgtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
echo " sh -c \"mkdir -p debian/tmp/usr/lib/systemd/system-generators; rm -rf debian/tmp/lib; ln -sf /usr/libexec/netplan/generate debian/tmp/usr/lib/systemd/system-generators/netplan\"" >> debian/rules
# usrmerge-fix-end
sed -i 's| systemd-dev|# DELETED: systemd-dev|' debian/control
sed -i 's| python3-gi,| python3-gi, python3-packaging,|' debian/tests/control # needed for the 'routing' test (nm_version)
TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) # find latest (stable) tag
REV=$(git rev-parse --short HEAD) # get current git revision
VER="$TAG+git~$REV"
Expand Down

0 comments on commit 95d0188

Please sign in to comment.