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

[harbour-validator] Allow python3-sqlite. Fixes JB#51431 #123

Merged
merged 1 commit into from Oct 1, 2020

Conversation

vigejolla
Copy link
Member

Previously python3-sqlite was included in python3 package, so it was
not necessary to install it separately. Now that it is a separate
package we need to allow it in dependencies.

Previously python3-sqlite was included in python3 package, so it was
not necessary to install it separately. Now that it is a separate
package we need to allow it in dependencies.
@pvuorela
Copy link
Contributor

pvuorela commented Oct 1, 2020

In a way it would be nice if we handled the base python automatically, python3-sqlite would be automatically installed with the python support as that's the way it used to be and wouldn't require adaptation from apps at all.

Then again allowing to depend explicitly on the sqlite package shouldn't do much harm either so LGTM.

Btw, interesting that we don't allow python3 itself explicitly(?) Not that we necessarily should, the packaging with -base and -libs feels a bit messy. Perhaps sould have just "python3".

@vigejolla vigejolla merged commit 009a764 into master Oct 1, 2020
@martyone martyone deleted the jb51431 branch April 26, 2021 07:28
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

Successfully merging this pull request may close these issues.

None yet

2 participants