diff options
author | michael-west <michael.west@ettus.com> | 2020-09-28 10:10:07 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-10-06 15:21:03 -0500 |
commit | 73d25757de4b9c40029048a19e83d1ab24f0317c (patch) | |
tree | 844425df9a1304189fc98c361b3a5b29bc38adeb /host/cmake/debian/control | |
parent | b3c627f6f45381641c7448de74a82d5000dcc919 (diff) | |
download | uhd-73d25757de4b9c40029048a19e83d1ab24f0317c.tar.gz uhd-73d25757de4b9c40029048a19e83d1ab24f0317c.tar.bz2 uhd-73d25757de4b9c40029048a19e83d1ab24f0317c.zip |
debian: Update Python3 dependencies
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'host/cmake/debian/control')
-rw-r--r-- | host/cmake/debian/control | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/host/cmake/debian/control b/host/cmake/debian/control index 4ff72e00a..5d563be4b 100644 --- a/host/cmake/debian/control +++ b/host/cmake/debian/control @@ -20,7 +20,10 @@ Build-Depends: cmake, pkg-config, python3-dev, python3-mako, - python3-requests + python3-numpy, + python3-requests, + python3-ruamel.yaml, + python3-setuptools Standards-Version: 3.9.7 Homepage: https://www.ettus.com Vcs-Git: git://github.com/EttusResearch/uhd.git @@ -30,7 +33,11 @@ Architecture: any Depends: adduser, libuhd4.0.0 (= ${binary:Version}), python3, + python3-mako, + python3-numpy, python3-requests, + python3-ruamel.yaml, + python3-setuptools, ${misc:Depends}, ${shlibs:Depends} Recommends: curl, procps @@ -65,7 +72,15 @@ Description: hardware driver for Ettus Research products Package: libuhd-dev Architecture: any Section: libdevel -Depends: libuhd4.0.0 (= ${binary:Version}), python3, ${misc:Depends}, ${shlibs:Depends} +Depends: libuhd4.0.0 (= ${binary:Version}), + python3, + python3-mako, + python3-numpy, + python3-requests, + python3-ruamel.yaml, + python3-setuptools, + ${misc:Depends}, + ${shlibs:Depends} Suggests: gnuradio Description: universal hardware driver for Ettus Research products Host library for the USRP Hardware Driver for Ettus Research products. |