Why did installing weasyprint upgrade mariadb? #5609
Unanswered
cbfiddle
asked this question in
Everyday usage
Replies: 1 comment 2 replies
-
What probably happened is that installing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
When I installed weasyprint, it upgraded mariadb. I'm trying to understand why that happened. The command output says that mariadb is a dependency of an upgraded formula, but I cannot figure out what the dependency is.
I tried
brew deps --include-build --include-test --include-optional weasyprint
but mariadb is not in the list.I tried
brew uses --eval-all --recursive --include-build --include-test --include-optional mariadb
but it only listed qt-mariadb, which is not installed.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions