diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -117,7 +117,8 @@ check_migration_scripts_executable: .PHONE: pylint pylint: - @PYTHONPATH=python/ pylint --errors-only $(shell git ls-files python/vyos/ifconfig/*.py python/vyos/utils/*.py src/conf_mode/*.py src/op_mode/*.py) + @echo Running "pylint --errors-only ..." + @PYTHONPATH=python/ pylint --errors-only $(shell git ls-files python/vyos/ifconfig/*.py python/vyos/utils/*.py src/conf_mode/*.py src/op_mode/*.py src/migration-scripts src/services/vyos*) .PHONY: j2lint j2lint: diff --git a/debian/control b/debian/control index c3e0979d4..90158b1db 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,8 @@ Build-Depends: python3-certbot-nginx, python3-pam, python3-dbus, + python3-pyroute2, + python3-voluptuous, # For generating command definitions python3-lxml, python3-xmltodict, |
