From 40ae074655838364f690972a50081f0b37dcce47 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 16 Oct 2022 13:49:29 +0000 Subject: [PATCH] python3-etebase: add rust-std to makedepends --- srcpkgs/python3-etebase/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-etebase/template b/srcpkgs/python3-etebase/template index a1e690ec0d8..f40c14c94e1 100644 --- a/srcpkgs/python3-etebase/template +++ b/srcpkgs/python3-etebase/template @@ -6,7 +6,7 @@ wrksrc="etebase-py-${version}" build_style=python3-module build_helper="rust" hostmakedepends="python3-setuptools python3-wheel python3-setuptools-rust cargo" -makedepends="libsodium libsodium-devel openssl-devel pkg-config" +makedepends="libsodium libsodium-devel openssl-devel pkg-config rust-std" depends="python3-msgpack openssl" checkdepends="python3-pytest python3-pytest ${depends}" short_desc="Python library for Etebase"