diff options
author | 2024-11-22 21:20:37 +0100 | |
---|---|---|
committer | 2024-11-22 21:23:50 +0100 | |
commit | 50493c7d7466fec885d592e3b0b11c48c44846cc (patch) | |
tree | 984a763f2dd7c06fa1332f9ffb259a7951985597 /dev-build/kas | |
parent | Rename dev-python/{Frozen-Flask → frozen-flask} (diff) | |
download | gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.tar.gz gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.tar.bz2 gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.zip |
Rename dev-python/{GitPython → gitpython}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build/kas')
-rw-r--r-- | dev-build/kas/kas-4.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/kas/kas-4.5-r1.ebuild b/dev-build/kas/kas-4.5-r1.ebuild index 71d9764d7f04..d5cd341be5e8 100644 --- a/dev-build/kas/kas-4.5-r1.ebuild +++ b/dev-build/kas/kas-4.5-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" >=dev-python/distro-1.0.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] >=dev-python/kconfiglib-14.1.0[${PYTHON_USEDEP}] - >=dev-python/GitPython-3.1.0[${PYTHON_USEDEP}] + >=dev-python/gitpython-3.1.0[${PYTHON_USEDEP}] dev-libs/newt[${PYTHON_USEDEP}] " |