uhd: Remove python six and requests unneeded deps (tested)
This commit is contained in:
parent
9723ccbc34
commit
fd2c3ff812
@ -45,9 +45,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
# Python + Mako are always required for the build itself but not necessary for runtime
|
||||||
|
(python.withPackages (ps: with ps; [ Mako ]))
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(python.withPackages (ps: with ps; [ Mako six requests ]))
|
|
||||||
libusb1
|
libusb1
|
||||||
boost
|
boost
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user