-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
make_with_license dependency breaking change #37
Comments
That used to work, I suspect a dependency issue. Will check on this, however work pressure is extreme for project delivery so I have little time to look. |
My suspicion is that the dependency on the Cyclonedx Python library cyclonedx-python-lib = "^4.1" should be changed from "^4.1" to exactly 4.1 in the file pyproject.toml at line 15. I have not tried it but I know for certain that the make_with_license is a function in that library, and that I helped Jan K. with testing his library. If you would like to try @k17trmeye on your local build environment and let me know the results, that will help. I can give it a try once I get back to my development machine at home. |
Tracking the facts: |
Corrected installation in pypi repo version 1.0.11 |
With LicenseChoiceFactory class removed from license.py, the script generateBuildrootSBOM.py is not working as it utilizes the "make_with_license" function within LicenseChoiceFactory class.
The text was updated successfully, but these errors were encountered: