fix build depends
This commit is contained in:
parent
5ae86dfaa1
commit
02d484370f
|
@ -77,6 +77,7 @@ Build-Depends: debhelper (>= 11),
|
|||
libfuse3-dev,
|
||||
libsystemd-dev,
|
||||
uuid-dev,
|
||||
libsgutils2-dev,
|
||||
debhelper (>= 12~),
|
||||
bash-completion,
|
||||
pve-eslint (>= 7.12.1-1),
|
||||
|
|
|
@ -29,6 +29,7 @@ build_depends = [
|
|||
"texlive-xetex <!nodoc>",
|
||||
"xindy <!nodoc>",
|
||||
]
|
||||
|
||||
build_depends_excludes = [
|
||||
"debhelper (>=11)",
|
||||
]
|
||||
|
@ -39,4 +40,5 @@ depends = [
|
|||
"libfuse3-dev",
|
||||
"libsystemd-dev",
|
||||
"uuid-dev",
|
||||
"libsgutils2-dev",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue