Loading pkgs/development/python-modules/pymitsubishi/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ buildPythonPackage rec { hash = "sha256-frqyAXAP2O8TZzXx5ephcLSLJA9p0P74KJrPoSKPYYo="; }; postPatch = '' # make sure pyproject.toml specifies the correct version grep -qF 'version = "${version}"' pyproject.toml ''; build-system = [ setuptools ]; dependencies = [ Loading Loading
pkgs/development/python-modules/pymitsubishi/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ buildPythonPackage rec { hash = "sha256-frqyAXAP2O8TZzXx5ephcLSLJA9p0P74KJrPoSKPYYo="; }; postPatch = '' # make sure pyproject.toml specifies the correct version grep -qF 'version = "${version}"' pyproject.toml ''; build-system = [ setuptools ]; dependencies = [ Loading