From c9d23be201aec8320fb2f6080bdaf972730c2524 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 7 Sep 2016 11:58:06 +0200 Subject: [PATCH] run rust and python tests Signed-off-by: Igor Gnatenko --- meson.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.spec b/meson.spec index 81874d6..f995f9c 100644 --- a/meson.spec +++ b/meson.spec @@ -30,6 +30,10 @@ BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) python3-gobject-base gtk-doc BuildRequires: pkgconfig(zlib) +# Rust tests +BuildRequires: rust +# Python tests +BuildRequires: python3-Cython Requires: ninja-build %description