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

Fix incorrect dependency calculation. #3783

Merged
merged 1 commit into from May 18, 2022
Merged

Conversation

The-going
Copy link
Contributor

@The-going The-going commented May 17, 2022

Description

In the case when there are more than one pair of brackets,
the regular expression removes the names between the extreme
pair brackets. And dependencies cannot be installed.
Currently, the syntactic analysis of the resulting dependency
string is performed correctly by the installation function itself.
A regular expression is not needed here.

Checklist:

  • Tested by building a new library package

In the case when there are more than one pair of brackets,
the regular expression removes the names between the extreme
pair brackets. And dependencies cannot be installed.
Currently, the syntactic analysis of the resulting dependency
string is performed correctly by the installation function itself.
A regular expression is not needed here.
@The-going The-going added the Ready to merge Reviewed, tested and ready for merge label May 17, 2022
@The-going The-going requested a review from rpardini May 17, 2022 18:10
@igorpecovnik igorpecovnik merged commit 60c3191 into armbian:master May 18, 2022
@The-going The-going deleted the bugfix branch May 31, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge Reviewed, tested and ready for merge
Development

Successfully merging this pull request may close these issues.

None yet

2 participants