Skip to content

Commit

Permalink
fix: 1.28 Add python-requests to the list of required RPMs
Browse files Browse the repository at this point in the history
* Card ID: RHEL-11947
* RPM package python-requests was not required, but "requests"
  Python package is used by auto-registration code
  • Loading branch information
jirihnidek committed Jan 17, 2024
1 parent 2800ff4 commit ae940a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ Requires: virt-what
Requires: %{rhsm_package_name} = %{version}
Requires: %{py_package_prefix}-six
Requires: %{py_package_prefix}-dateutil
Requires: %{py_package_prefix}-syspurpose
Requires: %{py_package_prefix}-syspurpose
Requires: %{py_package_prefix}-requests

# rhel 8 has different naming for setuptools going forward
%if (0%{?rhel} && 0%{?rhel} >= 8)
Expand Down

0 comments on commit ae940a8

Please sign in to comment.