python3Packages.simple-di: bring up to standard (#143306)
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.1.2";
|
||||
pname = "simple_di";
|
||||
disabled = pythonOlder "3.6.1";
|
||||
version = "0.1.2";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@@ -24,6 +24,13 @@ buildPythonPackage rec {
|
||||
dataclasses
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"simple_di"
|
||||
];
|
||||
|
||||
# pypi distribution contains no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Simple dependency injection library";
|
||||
homepage = "https://github.com/bentoml/simple_di";
|
||||
|
||||
Reference in New Issue
Block a user