diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-11-15 10:50:37 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-11-15 10:50:37 -0600 |
commit | 0f8d904d4bdb1c7c93ca7ef616d062c31e24b5d9 (patch) | |
tree | f8f54aadbd8a919e13562e6c0f0838881a92057f /app-crypt | |
parent | app-crypt/certbot: add 3.0.1 (diff) | |
download | gentoo-0f8d904d4bdb1c7c93ca7ef616d062c31e24b5d9.tar.gz gentoo-0f8d904d4bdb1c7c93ca7ef616d062c31e24b5d9.tar.bz2 gentoo-0f8d904d4bdb1c7c93ca7ef616d062c31e24b5d9.zip |
app-crypt/certbot: 9999 update dep cap on josepy
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 7762dd3262d4..fdc249c10d6a 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -49,6 +49,7 @@ RDEPEND=" >=dev-python/cryptography-3.2.1[${PYTHON_USEDEP}] >=dev-python/distro-1.0.1[${PYTHON_USEDEP}] >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}] + <dev-python/josepy-2[${PYTHON_USEDEP}] >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] |