diff options
author | John Estabrook <jestabro@vyos.io> | 2025-03-04 16:02:41 +0100 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2025-03-04 16:05:50 +0100 |
commit | 731195c7adb21208767199f5487dfdf29ce09380 (patch) | |
tree | f2a2dbe5a30e04ec0ca82ef800280cc3cbe7bc83 /debian | |
parent | a4ba60b63993ab693b8d75baef40a8339af0611d (diff) | |
download | vyos-1x-731195c7adb21208767199f5487dfdf29ce09380.tar.gz vyos-1x-731195c7adb21208767199f5487dfdf29ce09380.zip |
T5400: add local build of libvyosconfig to Makefile
libvyosconfig is both a build and a run dependency of vyos-1x.
Satisfying the build dependency within the Docker image requires
coordination of updates to vyos-build/libvyosconfig/vyos-1x on any
changes to the library; simplify this process by moving the build to a
step of the vyos-1x Makefile.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0d040a374..efc008af2 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: fakeroot, gcc, iproute2, - libvyosconfig0 (>= 0.0.7), libzmq3-dev, python3 (>= 3.10), # For QA |