diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-12 20:09:03 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-06-12 20:09:03 +0200 |
commit | d88855fe040e7ac046c22614d11738205a01a4ab (patch) | |
tree | 6b9e001e3085a766e11e15baab103602b087f996 | |
parent | fcb5d0fdafeebe49f42799b1d0d056c4b67bcc16 (diff) | |
download | vyos-1x-d88855fe040e7ac046c22614d11738205a01a4ab.tar.gz vyos-1x-d88855fe040e7ac046c22614d11738205a01a4ab.zip |
Debian: T5286: cleanup dependencies
-rw-r--r-- | debian/control | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/control b/debian/control index a2124668f..8cbad99d9 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,8 @@ Build-Depends: debhelper (>= 9), dh-python, fakeroot, - gcc-multilib [amd64], - clang [amd64], + gcc, iproute2, - llvm [amd64], - build-essential, libvyosconfig0 (>= 0.0.7), libzmq3-dev, python3 (>= 3.10), |