We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bc258 commit df63b36Copy full SHA for df63b36
packaging/redhat/caso.spec
@@ -12,6 +12,7 @@ BuildRequires: python3-devel
12
BuildRequires: python3-setuptools
13
BuildRequires: python3-pbr
14
BuildRequires: python3-rpm-macros
15
+BuildRequires: pyproject-rpm-macros
16
Requires: python3
17
Requires: python3-oslo-config
18
Requires: python3-oslo-concurrency
@@ -29,6 +30,9 @@ Requires: python3-dirq
29
30
31
%?python_enable_dependency_generator
32
33
+%generate_buildrequires
34
+%pyproject_buildrequires
35
+
36
%description
37
38
cASO is an OpenStack Accounting extractor to be used in the EGI.eu
@@ -39,10 +43,10 @@ Federated Cloud Infrastructure.
39
43
%autosetup -n caso-%{version}
40
44
41
45
%build
42
-%py3_build
46
+%pyproject_wheel
47
48
%install
-%py3_install
49
+%pyproject_install
50
mv %{buildroot}/usr/etc/ %{buildroot}/etc
51
52
%check
0 commit comments