15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
26 hash = "sha256-r6pEtq/GQzVY+gRzY2KZfSQEyp4ZoFRLBd8tlXp/aM8=";
30 substituteInPlace setup.py \
31 --replace-fail "pytest-runner" ""
34 pythonRelaxDeps = [ "aiohttp" ];
36 build-system = [ setuptools ];
50 pythonImportsCheck = [ "vt" ];
53 description = "Python client library for VirusTotal";
54 homepage = "https://virustotal.github.io/vt-py/";
55 changelog = "https://github.com/VirusTotal/vt-py/releases/tag//${version}";
56 license = with licenses; [ asl20 ];
57 maintainers = with maintainers; [ fab ];