7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0z79g3ds5wk2lvnqw0y2jpakjf32h95bd9zmnvp7dnqhf57gy9jb";
16 buildInputs = [ pbr ];
17 # circular dependencies for tests
21 description = "A backport of linecache to older supported Pythons";
22 homepage = "https://github.com/testing-cabal/linecache2";
23 license = licenses.psfl;