package fieldpoc and mitel-ommclient2
This commit is contained in:
15
packages/python/diffsync/default.nix
Normal file
15
packages/python/diffsync/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pydantic, structlog, colorama, redis }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "diffsync";
|
||||
version = "1.5.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "84a736d03d385bd07cf7c86f57385d4130c3c3273bf7bc90febe2fa530ee1aa6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pydantic structlog colorama redis ];
|
||||
|
||||
pythonImportsCheck = [ "diffsync" ];
|
||||
}
|
Reference in New Issue
Block a user