14 buildPythonPackage rec {
18 src = fetchFromGitHub {
19 owner = "CERT-Polska";
22 sha256 = "0dbdmps4a3mav02m4h37bj2bw8pg6h52yf3gpdkhi3k9hl9f942h";
25 propagatedBuildInputs = [
37 ${python.interpreter} -m unittest discover
41 pythonImportsCheck = [ "mwdblib" ];
44 description = "Python client library for the mwdb service";
45 homepage = "https://github.com/CERT-Polska/mwdblib";
46 license = with licenses; [ bsd3 ];
47 maintainers = with maintainers; [ fab ];