Skip to content

Commit

Permalink
Make Katello a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Oct 9, 2024
1 parent 3a4c385 commit f9a3a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- http://yum.theforeman.org/plugins/nightly/el8/x86_64/
- http://yum.theforeman.org/katello/nightly/katello/el8/x86_64/
rhel-9:
additional_modules: "foreman-devel:el9"
additional_repos:
- http://yum.theforeman.org/releases/nightly/el9/x86_64/
- http://yum.theforeman.org/plugins/nightly/el9/x86_64/
Expand Down
2 changes: 1 addition & 1 deletion foreman_scc_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
# Testing
s.add_development_dependency 'webmock'

s.add_dependency 'katello', '>= 3.16'
s.add_runtime_dependency 'katello', '>= 3.16'
end

0 comments on commit f9a3a5b

Please sign in to comment.