Skip to content

Commit

Permalink
Merge pull request #3371 from candlepin/jhnidek/1.24-RHEL-11947_add_p…
Browse files Browse the repository at this point in the history
…ython_requests

[1.24] fix: Add python-requests to the list of required RPMs
  • Loading branch information
ptoscano authored Jan 19, 2024
2 parents a776285 + 6442c78 commit 38eeeaf
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 38eeeaf

Please sign in to comment.