diff options
author | John Estabrook <jestabro@vyos.io> | 2023-08-10 14:34:54 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-08-10 22:26:55 -0500 |
commit | 549a199e96c9d37c3af9d25bda6136c23e57e79a (patch) | |
tree | 02ee507eda6a88203b1cf400cf4fda788af3fe7f /debian | |
parent | 039116367d8c8cf841ff11df619e8da62141d4b4 (diff) | |
download | vyos-1x-549a199e96c9d37c3af9d25bda6136c23e57e79a.tar.gz vyos-1x-549a199e96c9d37c3af9d25bda6136c23e57e79a.zip |
T5434: drop unneeded cache generation from old lib
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 9ada2bf87..e6bbeeafb 100755 --- a/debian/rules +++ b/debian/rules @@ -32,9 +32,6 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install - # convert the XML to dictionaries - env PYTHONPATH=python python3 python/vyos/xml/generate.py - cd python; python3 setup.py install --install-layout=deb --root ../$(DIR); cd .. # Install scripts |