Skip to content

Commit

Permalink
add required package dependencies for coloredlogs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Oct 25, 2023
1 parent 0056514 commit f1cfe8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
python3-lxml \
python3-paramiko\
python3-scp \
python3-coloredlogs \
nbdkit \
nbdkit-plugin-python \
unzip \
Expand Down
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[DEFAULT]
with-python2 = False
with-python3 = True
Build-Depends = python3-libnbd, python3-libvirt, python3-lxml, python3-paramiko
Depends3 = python3-libvirt, python3-lxml, python3-libnbd, python3-tqdm, python3-lz4, nbdkit, nbdkit-plugin-python, libnbd-bin, python3-paramiko
Build-Depends = python3-libnbd, python3-libvirt, python3-lxml, python3-paramiko, python3-coloredlogs
Depends3 = python3-libvirt, python3-lxml, python3-libnbd, python3-tqdm, python3-lz4, nbdkit, nbdkit-plugin-python, libnbd-bin, python3-paramiko, python3-coloredlogs
Package = virtnbdbackup
Package3 = virtnbdbackup
Section = admin
Expand Down

0 comments on commit f1cfe8e

Please sign in to comment.