10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
20 hash = "sha256-GSuZne5M1PsRpdhhFlyq0C2PBhfA+Ab8Wwn5BfGgPKA=";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "simple_di" ];
30 # pypi distribution contains no tests
34 description = "Simple dependency injection library";
35 homepage = "https://github.com/bentoml/simple_di";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ sauyon ];