diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-21 19:19:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-21 20:42:04 +0100 |
commit | 57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d (patch) | |
tree | 8016d5e31e864e5abf47b1476adbc3abbe30f340 /dev-python/uv | |
parent | dev-python/jupyter-lsp: Stabilize 2.2.4 ALLARCHES, #927434 (diff) | |
download | gentoo-57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d.tar.gz gentoo-57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d.tar.bz2 gentoo-57ec1c44a12a00b0a6a5fe6ea82df6f76e36c28d.zip |
dev-python/uv: Add dependency on dev-libs/libgit2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/uv')
-rw-r--r-- | dev-python/uv/uv-0.1.13-r1.ebuild (renamed from dev-python/uv/uv-0.1.13.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/uv/uv-0.1.13.ebuild b/dev-python/uv/uv-0.1.13-r1.ebuild index 11c9289c98f5..5e3cdac4d27a 100644 --- a/dev-python/uv/uv-0.1.13.ebuild +++ b/dev-python/uv/uv-0.1.13-r1.ebuild @@ -46,6 +46,12 @@ IUSE="test" RESTRICT="test" PROPERTIES="test_network" +DEPEND=" + dev-libs/libgit2:= +" +RDEPEND=" + ${DEPEND} +" BDEPEND=" test? ( dev-lang/python:3.8 |