diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-11 04:50:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-11 05:07:23 +0100 |
commit | 832063fcffe02eb04f68486146ceb7b214197961 (patch) | |
tree | 756ae9509b83cb6250a760372336a84730cbb29c /net-vpn | |
parent | dev-python/sphinxcontrib-log-cabinet: Enable py3.13 (diff) | |
download | gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.gz gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.bz2 gentoo-832063fcffe02eb04f68486146ceb7b214197961.zip |
Rename dev-python/{jinja → jinja2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild index 14149fe874e3..ed82b3452335 100644 --- a/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild +++ b/net-vpn/protonvpn-cli/protonvpn-cli-2.2.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ RDEPEND=" dev-python/docopt[${PYTHON_USEDEP}] dev-python/distro[${PYTHON_USEDEP}] dev-python/pythondialog:0[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] net-vpn/openvpn " |