7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0drvxb21y7p0aikcv3jx90vdcjk96kibf9x8qgxic2prxxd3f3q6";
16 # ERROR: testExtended (tests.test_acls.AclExtensions)
17 # IOError: [Errno 0] Error
20 buildInputs = with pkgs; [ acl ];
23 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";
24 license = lib.licenses.lgpl21Plus;