diff options
| -rw-r--r-- | host/cmake/debian/control | 12 | ||||
| -rw-r--r-- | host/cmake/debian/copyright | 3 | 
2 files changed, 9 insertions, 6 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 diff --git a/host/cmake/debian/copyright b/host/cmake/debian/copyright index 942d7bf2b..74bc0c4f6 100644 --- a/host/cmake/debian/copyright +++ b/host/cmake/debian/copyright @@ -6,9 +6,6 @@ Comment: Only the host directory of the distributed source is used   to build the uhd-host package for Debian main.  Copyright: Copyright 2010-2022 Ettus Research, a National Instruments Brand  License: GPL-3+ -Files-Excluded: host/cmake/msvc - fpga/usrp3/top/b200/planahead/planahead.runs/impl_1/rundef.js - fpga/usrp3/top/x400/doc/X4XX_FPGA_right.htm  Files: *  Copyright: Copyright 2010-2022 Ettus Research, A National Instruments Brand | 
