pylibftdi: remove httpserver dependency
httpserver is only used in an example, and prevents python2 builds from working.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, httpserver
|
|
||||||
, libftdi1
|
, libftdi1
|
||||||
, libusb1
|
, libusb1
|
||||||
}:
|
}:
|
||||||
@@ -16,7 +15,6 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
httpserver
|
|
||||||
libftdi1
|
libftdi1
|
||||||
libusb1
|
libusb1
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user