14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-3DKlVrOtMa55gTu557pgojRpdgrO5pEZ3L+9gKoW9yg=";
26 propagatedBuildInputs = [
38 pythonImportsCheck = [ "pyopnsense" ];
41 description = "Python client for the OPNsense API";
42 homepage = "https://github.com/mtreinish/pyopnsense";
43 changelog = "https://github.com/mtreinish/pyopnsense/releases/tag/${version}";
44 license = with licenses; [ gpl3Plus ];
45 maintainers = with maintainers; [ fab ];