10
0
forked from pool/openbabel

2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 14 01:53:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add BuildRequires on python3-setuptools, needed for Python 3.12+.
-------------------------------------------------------------------
Tue Jul 18 08:29:25 UTC 2023 - Andreas Schwab <schwab@suse.de>

View File

@@ -52,6 +52,7 @@ BuildRequires: inchi-devel >= 1.04
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: swig >= 2.0
BuildRequires: python3-setuptools
BuildRequires: pkgconfig(RapidJSON) >= 1.1.0
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(eigen3) >= 2.91.0
@@ -208,6 +209,6 @@ biochemistry, or related areas.
%{_libdir}/pkgconfig/openbabel-3.pc
%files -n python3-openbabel
%{python3_sitearch}*
%{python3_sitearch}/openbabel
%changelog