Skip to content

Commit 85e189d

Browse files
authored
Updating brew install command to avoid pkg-config warning (#891)
* Updating brew install command to avoid warning I am using Mac OS Catalina 10.15.7. To avoid getting the following warning : $ configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. $ brew install pkg-config needs to be run. * Allowing build of additional modules I was getting the following message: $ The necessary bits to build these optional modules were not found: _hashlib _ssl Updating the command line with: $ brew install [email protected] resolved the issue. * making this PR only about removing warning
1 parent f3142f3 commit 85e189d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ for the header and library files to your ``configure`` command. For example,
385385

386386
with **Homebrew**::
387387

388-
$ brew install openssl xz gdbm
388+
$ brew install pkg-config openssl xz gdbm
389389

390390
and ``configure`` Python versions >= 3.7::
391391

0 commit comments

Comments
 (0)