Skip to content

Commit 7b62afe

Browse files
committed
Add python3 dependencies into spec file for Fedora builds. Version bump.
1 parent 3a9df90 commit 7b62afe

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

recodex-cleaner.spec

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define name recodex-cleaner
2-
%define version 1.0.0
3-
%define unmangled_version 1.0.0
4-
%define unmangled_version 1.0.0
2+
%define version 1.1.0
3+
%define unmangled_version 1.1.0
4+
%define unmangled_version 1.1.0
55
%define release 1
66

77
Summary: Clean cache which is used by ReCodEx workers
@@ -17,8 +17,12 @@ BuildArch: noarch
1717
Vendor: ReCodEx Team <UNKNOWN>
1818
Url: https://github.com/ReCodEx/cleaner
1919

20+
%if 0%{?fedora}
21+
BuildRequires: python3 python3-devel python3-setuptools python3-pip
22+
%endif
23+
2024
%description
21-
UNKNOWN
25+
ReCodEx cache cleaner which should be deployed with recodex-worker.
2226

2327
%prep
2428
%setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}

0 commit comments

Comments
 (0)