18 buildPythonPackage rec {
19 pname = "importlib-resources";
23 disabled = pythonOlder "3.6";
26 pname = "importlib_resources";
28 hash = "sha256-VvtFJRl7eFRKM1TqJ3k5UquT+TW7S/dGuEa7EBUCDys=";
45 pythonImportsCheck = [
50 description = "Read resources from Python packages";
51 homepage = "https://importlib-resources.readthedocs.io/";
52 license = licenses.asl20;