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:
parent
431215ad32
commit
a553aac523
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
, pytest-timeout
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, setuptools
|
||||
, snitun
|
||||
, syrupy
|
||||
|
@ -43,6 +44,11 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"acme"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue