python3.pkgs.knx-frontend: relax build dependencies

This commit is contained in:
Theodore Ni 2023-08-22 23:03:14 -07:00
parent 5c0c5312a1
commit 6258bfda13
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -1,7 +1,9 @@
{ lib
, buildPythonPackage
, fetchpatch
, fetchPypi
, setuptools
, wheel
}:
buildPythonPackage rec {
@ -16,8 +18,18 @@ buildPythonPackage rec {
hash = "sha256-MeurZ6731qjeBK6HTwXYLVs6+nXF9Hf1p8/NNwxmae4=";
};
patches = [
# https://github.com/XKNX/knx-frontend/pull/96
(fetchpatch {
name = "relax-setuptools-dependency.patch";
url = "https://github.com/XKNX/knx-frontend/commit/72ac6dc42eeeb488992b0709ee58ea4a79287817.patch";
hash = "sha256-EpfgEq4pIx7ahqJZalzo30ruj8NlZYHcKHxFXCGL98w=";
})
];
nativeBuildInputs = [
setuptools
wheel
];
pythonImportsCheck = [