package fieldpoc and mitel-ommclient2
This commit is contained in:
19
packages/python/mitel-ommclient2/default.nix
Normal file
19
packages/python/mitel-ommclient2/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ lib, buildPythonPackage, hatchling, rsa }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mitel-ommclient2";
|
||||
version = "0.0.1";
|
||||
|
||||
src = fetchGit {
|
||||
url = "https://git.clerie.de/clerie/mitel_ommclient2.git";
|
||||
ref = "main";
|
||||
rev = "f05ffdd86d7e0694fcea573e8ba246a59cd99bdc";
|
||||
};
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
buildInputs = [ hatchling ];
|
||||
propagatedBuildInputs = [ rsa ];
|
||||
|
||||
pythonImportsCheck = [ "mitel_ommclient2" ];
|
||||
}
|
Reference in New Issue
Block a user