You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Hi guys,
I am using rpm-maven-plugin version 2.1.3 to create rpm file from a python package.
I have a problem during the build, since the environment I'm using has python2.7 as default python, and that causes the bytecompilation to fail on python3 files. Unfortunately I cannot change the environment variable.
I'm looking for a workaround - trying to force the bytecompile to be done with python3.
As I understand, I can use the spec file that is created during the rpm build to do this.
Is it possible? what parameter would I need to change?
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi guys,
I am using rpm-maven-plugin version 2.1.3 to create rpm file from a python package.
I have a problem during the build, since the environment I'm using has python2.7 as default python, and that causes the bytecompilation to fail on python3 files. Unfortunately I cannot change the environment variable.
I'm looking for a workaround - trying to force the bytecompile to be done with python3.
As I understand, I can use the spec file that is created during the rpm build to do this.
Is it possible? what parameter would I need to change?
Many thanks!
The text was updated successfully, but these errors were encountered: