From f1591678c9cc990a8b7ad5a0b34ded1b3b4f97dc Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 11 Mar 2019 09:21:24 +0900 Subject: [PATCH] Add python3-setuptools required state unified build error ModuleNotFoundError: No module named 'pkg_resources' Change-Id: Iac887dd58441bf56925bb604413880f6c7fe8752 Signed-off-by: DongHun Kwak --- packaging/meson.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/meson.spec b/packaging/meson.spec index 73a3389..93c06f6 100644 --- a/packaging/meson.spec +++ b/packaging/meson.spec @@ -13,6 +13,7 @@ BuildRequires: python3-setuptools BuildArch: noarch Requires: ninja Requires: python3-xml +Requires: python3-setuptools Provides: meson-gui = %{version} Obsoletes: meson-gui < %{version} -- 2.7.4