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 /dev-python/xmlschema | |
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 'dev-python/xmlschema')
-rw-r--r-- | dev-python/xmlschema/xmlschema-3.4.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/xmlschema/xmlschema-3.4.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xmlschema/xmlschema-3.4.2.ebuild b/dev-python/xmlschema/xmlschema-3.4.2.ebuild index b88838aeb210..b0a589f7e3d7 100644 --- a/dev-python/xmlschema/xmlschema-3.4.2.ebuild +++ b/dev-python/xmlschema/xmlschema-3.4.2.ebuild @@ -27,7 +27,7 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) " diff --git a/dev-python/xmlschema/xmlschema-3.4.3.ebuild b/dev-python/xmlschema/xmlschema-3.4.3.ebuild index ffac0df6b109..389d9a4873d4 100644 --- a/dev-python/xmlschema/xmlschema-3.4.3.ebuild +++ b/dev-python/xmlschema/xmlschema-3.4.3.ebuild @@ -27,7 +27,7 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} - dev-python/jinja[${PYTHON_USEDEP}] + dev-python/jinja2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) " |