14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-Xni2cYI+ByTFSDvuWHDU97KljwMe3aT7P+VIir6ktks=";
26 propagatedBuildInputs = [
36 # Project doesn't have tests
39 pythonImportsCheck = [
44 description = "Mimikatz implementation in Python";
45 homepage = "https://github.com/skelsec/pypykatz";
46 changelog = "https://github.com/skelsec/pypykatz/releases/tag/${version}";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ fab ];