Unverified Commit 0a9ed082 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #248757 from tjni/zigpy

python3.pkgs.zigpy: add build dependencies and fix constraints
parents 7fb997fb 783d1a8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = [