d/control: add pve-eslint to build dependencies

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-01 14:01:34 +02:00
parent 0a8f3ae0b3
commit df766e668f
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -78,6 +78,7 @@ Build-Depends: debhelper (>= 11),
uuid-dev, uuid-dev,
debhelper (>= 12~), debhelper (>= 12~),
bash-completion, bash-completion,
pve-eslint,
python3-docutils, python3-docutils,
python3-pygments, python3-pygments,
rsync, rsync,

View File

@ -14,6 +14,7 @@ section = "admin"
build_depends = [ build_depends = [
"debhelper (>= 12~)", "debhelper (>= 12~)",
"bash-completion", "bash-completion",
"pve-eslint",
"python3-docutils", "python3-docutils",
"python3-pygments", "python3-pygments",
"rsync", "rsync",