Skip to content

Commit 8763bf5

Browse files
committed
fix: build on rhel 8.10
1 parent c60cd4f commit 8763bf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyslurm.spec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
%define python3_pkgversion 3
1+
%define python3_pkgversion 39
22

3-
Name: python3-pyslurm
3+
Name: python39-pyslurm
44
Version: 24.11.0
55
%define rel 1
6-
Release: %{rel}%{?dist}
6+
Release: %{rel}%{gittag}%{?dist}
77
Summary: Python interface to Slurm
88
License: GPLv2+
99
URL: https://github.com/PySlurm/pyslurm
@@ -12,8 +12,8 @@ Source: pyslurm-%{version}.tar.gz
1212
BuildRequires: python%{python3_pkgversion}-devel
1313
BuildRequires: python%{python3_pkgversion}-setuptools
1414
BuildRequires: python%{python3_pkgversion}-wheel
15-
BuildRequires: python%{python3_pkgversion}-Cython
16-
BuildRequires: python%{python3_pkgversion}-packaging
15+
#BuildRequires: python%{python3_pkgversion}-Cython
16+
#BuildRequires: python%{python3_pkgversion}-packaging
1717
BuildRequires: python-rpm-macros
1818
BuildRequires: slurm-devel >= 24.11.0
1919
BuildRequires: slurm >= 24.11.0

0 commit comments

Comments
 (0)