#110 spec: Unconditionally use python3
Merged 3 years ago by tstellar. Opened 3 years ago by tbaeder.
rpms/ tbaeder/clang python3  into  rawhide

file modified
-9
@@ -53,12 +53,6 @@ 

  %global pkg_libdir %{_libdir}

  %endif

  

- %if 0%{?fedora} || 0%{?rhel} > 7

- %bcond_without python3

- %else

- %bcond_with python3

- %endif

- 

  %global build_install_prefix %{buildroot}%{install_prefix}

  

  %ifarch ppc64le
@@ -120,11 +114,8 @@ 

  # should BuildRequires: emacs if it packages emacs integration files.

  BuildRequires:	emacs

  

- # These build dependencies are required for the test suite.

- %if %with python3

  # The testsuite uses /usr/bin/lit which is part of the python3-lit package.

  BuildRequires:	python3-lit

- %endif

  

  BuildRequires:	python3-sphinx

  BuildRequires:	libatomic

The spec file was already unconditionally depend on a few python3
packages. Make that official by removing the %python3 bcond.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

@tstellar python3 is now evailable on rhel7, so I think this patch looks fine.

rebased onto 545fd24

3 years ago

Pull-Request has been merged by tstellar

3 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Metadata