7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "sha256-7UludMpUUtXUzr4j3yKepGJzWpZSi5+ijjzh96K+0xo=";
17 # ERROR: testExtended (tests.test_acls.AclExtensions)
18 # IOError: [Errno 0] Error
21 buildInputs = with pkgs; [ acl ];
24 description = "A Python extension module for POSIX ACLs, it can be used to query, list, add, and remove ACLs from files and directories under operating systems that support them";
25 license = lib.licenses.lgpl21Plus;