Skip to content

Commit

Permalink
set requires colorlog version for debian and rpm packages (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Dec 8, 2023
1 parent 7278f72 commit d641d71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ requires =
python3-dataclasses
python3-paramiko
python3-typing-extensions
python3-colorlog
python3-colorlog >= 6.4.1
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, python3-colorlog
Depends3 = python3-libvirt, python3-lxml, python3-libnbd, python3-tqdm, python3-lz4, nbdkit, nbdkit-plugin-python, libnbd-bin, python3-paramiko, python3-colorlog
Build-Depends = python3-libnbd, python3-libvirt, python3-lxml, python3-paramiko, python3-colorlog (>=6.4.1)
Depends3 = python3-libvirt, python3-lxml, python3-libnbd, python3-tqdm, python3-lz4, nbdkit, nbdkit-plugin-python, libnbd-bin, python3-paramiko, python3-colorlog (>=6.4.1)
Package = virtnbdbackup
Package3 = virtnbdbackup
Section = admin
Expand Down
2 changes: 1 addition & 1 deletion vagrant/rhel9/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
git clone https://github.com/abbbi/virtnbdbackup
cd virtnbdbackup
set +x
python3.9 setup.py bdist_rpm --python /usr/bin/python3.9 --requires "python3-libvirt python3-libnbd python3-lxml python3-tqdm python3-lz4 nbdkit-server nbdkit-python-plugin python3-paramiko python3-typing-extensions python3-colorlog"
python3.9 setup.py bdist_rpm --python /usr/bin/python3.9 --requires "python3-libvirt python3-libnbd python3-lxml python3-tqdm python3-lz4 nbdkit-server nbdkit-python-plugin python3-paramiko python3-typing-extensions python3-colorlog >= 6.4.1"
cp dist/* /vagrant
yum install -y dist/*noarch*.rpm
virtnbdbackup -h
Expand Down

0 comments on commit d641d71

Please sign in to comment.