1 { lib, buildPythonPackage, fetchPypi, isPy3k, pyusb, pyserial }:
3 buildPythonPackage rec {
9 sha256 = "1zhwnlfksblgp54njd9gjsrr5ibg12cx1x9xxcqkcdfhn3m2kmm0";
14 propagatedBuildInputs = [ pyusb pyserial ];
17 echo "$version" > VERSION
21 description = "library for emulating usb devices";
22 homepage = "https://greatscottgadgets.com/greatfet/";
23 license = licenses.bsd3;
24 maintainers = with maintainers; [ mog ];