9 buildPythonPackage rec {
10 pname = "zc-lockfile";
11 version = "3.0.post1";
14 pname = "zc.lockfile";
16 hash = "sha256-rbLubZ5qIzPJEXjcssm5aldEx47bdxLceEp9dWSOgew=";
19 buildInputs = [ mock ];
20 propagatedBuildInputs = [ zope-testing ];
23 description = "Inter-process locks";
24 homepage = "https://www.python.org/pypi/zc.lockfile";
25 license = licenses.zpl20;