app-crypt/certbot is blocked by ~acme-1.15.0 #226

Closed
opened 2021-07-12 07:35:30 +02:00 by Tatsh · 2 comments

I run Home Assistant and certbot on this same machine. There is no longer <certbot-1.16.0 in the tree.

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

app-crypt/acme:0

  (app-crypt/acme-1.16.0:0/0::gentoo, ebuild scheduled for merge) USE="-doc -test" PYTHON_TARGETS="python3_9 -python3_8" conflicts with
    ~app-crypt/acme-1.15.0 required by (dev-python/hass-nabucasa-0.44.0:0/0::HomeAssistantRepository, installed) USE="-test" PYTHON_TARGETS="python3_9 (-python3_10) -python3_8"
    ^               ^^^^^^


!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

app-crypt/certbot:0
app-crypt/certbot-nginx:0
I run Home Assistant and certbot on this same machine. There is no longer `<certbot-1.16.0` in the tree. ``` WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: app-crypt/acme:0 (app-crypt/acme-1.16.0:0/0::gentoo, ebuild scheduled for merge) USE="-doc -test" PYTHON_TARGETS="python3_9 -python3_8" conflicts with ~app-crypt/acme-1.15.0 required by (dev-python/hass-nabucasa-0.44.0:0/0::HomeAssistantRepository, installed) USE="-test" PYTHON_TARGETS="python3_9 (-python3_10) -python3_8" ^ ^^^^^^ !!! The following update(s) have been skipped due to unsatisfied dependencies !!! triggered by backtracking: app-crypt/certbot:0 app-crypt/certbot-nginx:0 ```
Owner

This should be adressed to the nabucasa guys,
they hardpinned app-crypt/acme-1.15.0 in setup.py
The upcoming version will allow

  install_requires=[
        "pycognito==2021.3.1",
        "snitun==0.27.0",
        "acme==1.16.0",
        "cryptography>=2.8,<4.0",
        "attrs>=19.3",
        "pytz>=2019.3",
        "aiohttp>=3.6.1",
        "atomicwrites==1.4.0",
    ],
This should be adressed to the nabucasa guys, they hardpinned app-crypt/acme-1.15.0 in [setup.py](https://github.com/NabuCasa/hass-nabucasa/blob/0.44.0/setup.py) The upcoming version will allow ```python install_requires=[ "pycognito==2021.3.1", "snitun==0.27.0", "acme==1.16.0", "cryptography>=2.8,<4.0", "attrs>=19.3", "pytz>=2019.3", "aiohttp>=3.6.1", "atomicwrites==1.4.0", ], ```
Author

Could you provide <certbot-1.16.0 and <certbot-nginx-1.16.0 in the meantime?

Could you provide `<certbot-1.16.0` and `<certbot-nginx-1.16.0` in the meantime?
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#226
No description provided.