Skip to content

Commit

Permalink
test optional packages for centos9
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Sella <[email protected]>
  • Loading branch information
inknos committed Jan 30, 2025
1 parent 6d66eaa commit 4e5da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/python-podman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export PBR_VERSION="0.0.0"
%dir %{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}/*
%else
%pyproject_extras_subpkg -n python%{python3_pkgversion}-%{pypi_name} progress_bar
%pyproject_extras_subpkg -n python%{python3_pkgversion}-%{pypi_name} docs progress_bar test
%files -n python%{python3_pkgversion}-%{pypi_name} -f %{pyproject_files}
%endif
%license LICENSE
Expand Down

0 comments on commit 4e5da81

Please sign in to comment.