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