Skip to content

Commit ad95acb

Browse files
authored
Merge pull request #5410 from c-po/docker-no-vyos-repo
Debian: T9216: drop build time dependency on python3-vici
2 parents 32f3ce2 + c2d2f51 commit ad95acb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Build-Depends:
1515
libffi-dev,
1616
# For QA/Lint
1717
pylint,
18-
python3-vici (>= 5.7.2),
1918
python3-fastapi,
2019
python3-pyudev,
2120
python3-systemd,

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[tool.black]
2-
skip-string-normalization = true
2+
skip-string-normalization = true
3+
4+
[tool.pylint.typecheck]
5+
ignored-modules = ["vici"]

0 commit comments

Comments
 (0)