Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python dependency explicitly from RPM package #7447

Merged

Conversation

tangledbytes
Copy link
Member

Explain the changes

This PR removes the python dependency from the RPM package explicitly.

Why was this added in the first place?
RPM by default will detect the dependencies by looking at things like shebang, etc. We have certain python files for node-gyp config etc which are not required at runtime at all but RPM noticed the files and added the python dependencies.

Testing Instructions:

  1. Run make rpm CONTAINER_PLATFORM=linux/arm64
  2. On a centos/RHEL system run dnf install ./<name>
  • Doc added/updated
  • Tests added

Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Copy link
Contributor

@liranmauda liranmauda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tangledbytes tangledbytes merged commit 4018025 into noobaa:master Aug 21, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants