#3 Add bcond for gobject
Closed 5 years ago by ignatenkobrain. Opened 5 years ago by churchyard.
rpms/ churchyard/meson py3bootstrap  into  master

file modified
+5
@@ -2,6 +2,9 @@ 

  

  %bcond_with check

  

+ # pygobject3 BRs meson, so when bootstrapping Python, we cannot have this

+ %bcond_without gobject

+ 

  Name:           meson

  Version:        0.50.0

  Release:        1%{?dist}
@@ -39,7 +42,9 @@ 

  BuildRequires:  gmock-devel

  BuildRequires:  qt5-qtbase-devel

  BuildRequires:  vala

+ %if %{with gobject}

  BuildRequires:  python3-gobject-base

+ %endif

  BuildRequires:  wxGTK3-devel

  BuildRequires:  flex

  BuildRequires:  bison

(testing it right now, builds fine without)

check was actually disabled, so if that is a permanent case, maybe we don't need this

Most likely we won't ever run tests during the build because it doesn't really test what it should and just complicates bootstrap.

Pull-Request has been closed by ignatenkobrain

5 years ago