diff --git a/qcint.spec b/qcint.spec index f704528..a9014f2 100644 --- a/qcint.spec +++ b/qcint.spec @@ -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 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 @@ make -C build install DESTDIR=%{buildroot} %{_libdir}/libcint.so %changelog +* Fri Jul 17 2020 Petr Viktorin - 3.0.20-3 +- Remove BuildRequires on python2 + * Sat May 23 2020 Susi Lehtola - 3.0.20-2 - Add conflicts with libcint-devel to qcint-devel package.