Merge pull request #248757 from tjni/zigpy

python3.pkgs.zigpy: add build dependencies and fix constraints
This commit is contained in:
Theodore Ni
2023-08-16 23:51:10 -07:00
committed by GitHub
@@ -14,6 +14,7 @@
, pythonOlder
, setuptools
, voluptuous
, wheel
}:
buildPythonPackage rec {
@@ -32,11 +33,13 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace '"setuptools-git-versioning<2"' "" \
--replace 'dynamic = ["version"]' 'version = "${version}"'
'';
nativeBuildInputs = [
setuptools
wheel
];
propagatedBuildInputs = [