uhd: Remove python six and requests unneeded deps (tested)

This commit is contained in:
Doron Behar 2020-03-09 15:41:35 +02:00 committed by Bjørn Forsman
parent 9723ccbc34
commit fd2c3ff812

View File

@ -45,9 +45,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkgconfig
# Python + Mako are always required for the build itself but not necessary for runtime
(python.withPackages (ps: with ps; [ Mako ]))
];
buildInputs = [
(python.withPackages (ps: with ps; [ Mako six requests ]))
libusb1
boost
];