6 buildPythonPackage rec {
11 inherit pname version;
12 hash = "sha256-8UhaZyGdN/N6UwR7pPYQR2hZCz3TrBxr1KOBJRx28ok=";
15 pythonImportsCheck = [ "localimport" ];
18 homepage = "https://github.com/NiklasRosenstein/py-localimport";
19 description = "Isolated import of Python modules";
20 license = licenses.mit;
21 maintainers = with maintainers; [ AndersonTorres ];