Skip to content

Commit

Permalink
Merge pull request #770 from amousset/arch_25891/remove_the_api_clien…
Browse files Browse the repository at this point in the history
…t_dependency_fro_openscap_plugin

Fixes #25891: Remove the api-client dependency from OpenSCAP plugin
  • Loading branch information
amousset authored Nov 18, 2024
2 parents 2455cdb + a44e484 commit d83cf1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion openscap/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The plugin provides a Technique to execute the OpenSCAP tool at regular interval

== Installation

* Your Rudder server must have python-requests and rudder-api-client installed
* Your Rudder server must have python-requests installed
* Install the plugin on the Rudder Server with `rudder package install openscap`

== Usage
Expand Down
4 changes: 0 additions & 4 deletions openscap/packaging/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"version": "${plugin-version}",
"build-date": "${maven.build.timestamp}",
"build-commit": "${commit-id}",
"depends": {
"apt": [ "rudder-api-client" ],
"rpm": [ "rudder-api-client" ]
},
"jar-files": [ "/opt/rudder/share/plugins/${plugin-name}/${plugin-name}/${plugin-name}.jar" ],
"content": {
"files.txz": "/opt/rudder/share/plugins/${plugin-name}/"
Expand Down

0 comments on commit d83cf1e

Please sign in to comment.