potiuk commented on code in PR #43604: URL: https://github.com/apache/airflow/pull/43604#discussion_r1826573158
########## contributing-docs/07_local_virtualenv.rst: ########## @@ -42,8 +39,12 @@ Homebrew for macOS to install required software packages: * libxml * helm (only for helm chart tests) -Refer to the `Dockerfile.ci <../Dockerfile.ci>`__ for a comprehensive list -of required packages. +There are also sometimes other system level packages needed to install python packages - especially +those that are coming from providers. For example you might need to install ``pkgconf`` to be able to +install ``mysqlclient`` package for ``mysql`` provider . Or you might need to install ``graphviz`` to be able to install +``devel`` package. Review Comment: ```suggestion install ``mysqlclient`` package for ``mysql`` provider . Or you might need to install ``graphviz`` to be able to install ``devel`` extra bundle. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
