SHA256
6
0
forked from pool/meson

Accepting request 822336 from home:gmbr3:testing

- Add meson-pr7461-remove-setuptools-dependency.patch(gh#mesonbuild/meson#7461)
  + Fixes forced requirement on setuptools

OBS-URL: https://build.opensuse.org/request/show/822336
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=181
This commit is contained in:
2020-07-23 10:22:26 +00:00
committed by Git OBS Bridge
parent 2887c6fcc2
commit dc1cebf6fd
3 changed files with 694 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ Patch3: meson-suse-fix-llvm-3.8.patch
Patch4: meson-fix-gcc48.patch
# PATCH-FEATURE-OPENSUSE meson-distutils.patch tchvatal@suse.com -- build and install using distutils instead of full setuptools
Patch5: meson-distutils.patch
# PATCH-FIX-UPSTREAM meson-pr7461-remove-setuptools-dependency.patch github.com/mesonbuild/meson/pull/7461
Patch6: meson-pr7461-remove-setuptools-dependency.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-base
@@ -173,6 +175,7 @@ This package provides support for meson.build files in Vim.
%if !%{with setuptools}
%patch5 -p1
%endif
%patch6 -p1
# We do not have gmock available at this moment - can't run the test suite for it
rm -r "test cases/frameworks/3 gmock" \