From df766e668f3a4558dc3f4efd7ee2cd1bf65c167c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 1 Oct 2020 14:01:34 +0200 Subject: [PATCH] d/control: add pve-eslint to build dependencies Signed-off-by: Thomas Lamprecht --- debian/control | 1 + debian/debcargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 1785efd4..53afb2c4 100644 --- a/debian/control +++ b/debian/control @@ -78,6 +78,7 @@ Build-Depends: debhelper (>= 11), uuid-dev, debhelper (>= 12~), bash-completion, + pve-eslint, python3-docutils, python3-pygments, rsync, diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 619dbd0d..225f8265 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -14,6 +14,7 @@ section = "admin" build_depends = [ "debhelper (>= 12~)", "bash-completion", + "pve-eslint", "python3-docutils", "python3-pygments", "rsync",