#1 Remove BuildRequires on python2
Merged 3 years ago by churchyard. Opened 4 years ago by pviktori.
rpms/ pviktori/qcint py-br  into  master

file modified
+4 -3
@@ -1,6 +1,6 @@ 

  Name:           qcint

  Version:        3.0.20

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        An optimized libcint branch for X86 platform

  

  License:        GPLv3+
@@ -16,8 +16,6 @@ 

  BuildRequires:  gcc-c++

  BuildRequires:  openblas-devel 

  BuildRequires:  cmake 

- BuildRequires:  python2-devel 

- BuildRequires:  numpy 

  

  %description    

  Qcint is a branch of the libcint library.  It provides exactly the
@@ -61,6 +59,9 @@ 

  %{_libdir}/libcint.so

  

  %changelog

+ * Fri Jul 17 2020 Petr Viktorin <pviktori@redhat.com> - 3.0.20-3

+ - Remove BuildRequires on python2

+ 

  * Sat May 23 2020 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.0.20-2

  - Add conflicts with libcint-devel to qcint-devel package.

  

qcint seems to build fine without python2-devel and numpy. I did not see any references to Python in the source.
Can the BuildRequires be removed?

Petr, if you rebase this, I'll merge. (Unless you want to try reaching @talcite somehow to do it).

I came here because of https://bugzilla.redhat.com/show_bug.cgi?id=1857766

rebased onto 8113389

3 years ago

Rebased.
CI still passes; I did not see any new references to Python in the source.

Pull-Request has been merged by churchyard

3 years ago