10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-k2InkKCingTwNGRY+s4eFE3E0y9JNxTGw9/4Kkrbd+Y=";
20 nativeBuildInputs = [ setuptools ];
23 description = "Traceback fiddling library. Allows you to pickle tracebacks";
24 homepage = "https://github.com/ionelmc/python-tblib";
25 license = licenses.bsd2;
26 maintainers = with maintainers; [ teh ];