Skip to content

Commit 423e45e

Browse files
authored
Support building against Percona Server builds of MySQL client library libperconaserverclient (#718)
1 parent 9fd238b commit 423e45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def find_package_name():
1616
"""Get available pkg-config package name"""
1717
# Ubuntu uses mariadb.pc, but CentOS uses libmariadb.pc
18-
packages = ["mysqlclient", "mariadb", "libmariadb"]
18+
packages = ["mysqlclient", "mariadb", "libmariadb", "perconaserverclient"]
1919
for pkg in packages:
2020
try:
2121
cmd = f"pkg-config --exists {pkg}"

0 commit comments

Comments
 (0)