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

False positive in devel-dependancy #1091

Open
s-t-e-v-e-n-k opened this issue Jul 20, 2023 · 1 comment
Open

False positive in devel-dependancy #1091

s-t-e-v-e-n-k opened this issue Jul 20, 2023 · 1 comment

Comments

@s-t-e-v-e-n-k
Copy link
Contributor

An update to python-sortinghat has triggered:

[  119s] python310-sortinghat.noarch: E: devel-dependency python310-django-cors-headers
[  119s] python311-sortinghat.noarch: E: devel-dependency python311-django-cors-headers
[  119s] python39-sortinghat.noarch: E: devel-dependency python39-django-cors-headers

When django-cors-headers is expanded from python-django-cors-headers. Not really sure how best to quash this one.

@danigm
Copy link
Member

danigm commented Jul 20, 2023

The TagsCheck looks for all dependencies and the check done to confirm that's a devel package is a regular expression that in this case matches with the name.

So... with the current code, this package name (python-django-cors-headers) is problematic and anything that depends on it will throw this error.

For this specific case, it's possible to just filter this error, but I don't know if that's a okay solution to this problem or if this could be something that happens more times in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants