diff options
Diffstat (limited to 'host/cmake/debian/control')
-rw-r--r-- | host/cmake/debian/control | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/host/cmake/debian/control b/host/cmake/debian/control index 723212dd0..5a69d5715 100644 --- a/host/cmake/debian/control +++ b/host/cmake/debian/control @@ -33,10 +33,13 @@ Vcs-Git: https://github.com/EttusResearch/uhd.git Package: uhd-host Architecture: any Depends: libuhd4.2.0 (= ${binary:Version}), + python3, + python3-mako, + python3-numpy, python3-requests, python3-ruamel.yaml, + python3-setuptools, ${misc:Depends}, - ${python3:Depends}, ${shlibs:Depends} Recommends: curl, procps Suggests: gnuradio @@ -87,10 +90,13 @@ Package: python3-uhd Architecture: alpha amd64 arm64 armel armhf hppa i386 ia64 m68k mips64el ppc64 ppc64el riscv64 s390x sparc64 x32 Section: libdevel Depends: libuhd4.2.0 (= ${binary:Version}), - python3-ruamel.yaml, + python3, + python3-mako, python3-numpy, + python3-requests, + python3-ruamel.yaml, + python3-setuptools, ${misc:Depends}, - ${python3:Depends}, ${shlibs:Depends} Recommends: gnuradio Suggests: uhd-doc |