build: fix python load paths
Fixed python load paths so that vppcfg will work installed as python library and standalone from the source directory, fixing load pathes for resources such as yaml files along the way. Added a make target for pylint called 'make check-style', fixed a number of minor pylint issues along the way. Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
This commit is contained in:
1
debian/rules
vendored
1
debian/rules
vendored
@ -3,4 +3,5 @@
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild --with systemd
|
||||
|
||||
# TODO: fix test.py to that unit tests can be automagically called.
|
||||
override_dh_auto_test:
|
||||
|
Reference in New Issue
Block a user