Skip to content

Commit

Permalink
Merge pull request #248859 from tjni/insteon-frontend-home-assistant
Browse files Browse the repository at this point in the history
python3.pkgs.insteon-frontend-home-assistant: unpin setuptools dependency
  • Loading branch information
natsukium authored Aug 19, 2023
2 parents 35a0419 + e48aeab commit e5e99ac
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{ lib
, buildPythonPackage
, fetchpatch
, fetchPypi
, pythonOlder
, setuptools
, wheel
}:

buildPythonPackage rec {
Expand All @@ -17,8 +19,18 @@ buildPythonPackage rec {
hash = "sha256-R+P4pgKbLvf0mwpSDoujCvlJe/yS+nvSJ7ewLVOOg/0=";
};

patches = [
# https://github.com/pyinsteon/insteon-panel/pull/33
(fetchpatch {
name = "unpin-setuptools.patch";
url = "https://github.com/pyinsteon/insteon-panel/commit/2297eb05668907edd03633f244e5876990e340c7.patch";
hash = "sha256-kTu1+IwDrcdqelyK/vfhxw8MQBis5I1jag7YTytKQhs=";
})
];

nativeBuildInputs = [
setuptools
wheel
];

# upstream has no tests
Expand Down

0 comments on commit e5e99ac

Please sign in to comment.