python311Packages.hass-nabucas: relax acme constraint

Checking runtime dependencies for hass_nabucasa-0.74.0-py3-none-any.whl
  - acme==2.7.1 not satisfied by version 2.7.4
This commit is contained in:
Martin Weinelt 2023-12-13 17:23:02 +01:00
parent 431215ad32
commit a553aac523
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -13,6 +13,7 @@
, pytest-timeout
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, setuptools
, snitun
, syrupy
@ -43,6 +44,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"acme"
];
propagatedBuildInputs = [