9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-AXC6SJ+iWPGqTmdgoWKEbD8tDUUcg2aD609hO2bdQfM=";
21 propagatedBuildInputs = [ minikerberos ];
23 # Module doesn't have tests
26 pythonImportsCheck = [ "winsspi" ];
29 description = "Python module for ACL/ACE/Security descriptor manipulation";
30 homepage = "https://github.com/skelsec/winsspi";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];