mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.hass-nabucasa: unpin acme
This commit is contained in:
parent
be1f6a3373
commit
02d0ef1ce0
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ buildPythonPackage (finalAttrs: {
|
|||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"acme"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
acme
|
||||
aiohttp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue