Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

fix: add pkg-config apt package to fix build #7044

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions playbooks/roles/xqueue/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ xqueue_debian_pkgs:
# Needed to be able to create the xqueue mysqldb.
# Needed to be able to build wheel for mysqlclient
- python3-dev
# Needed for mysqlcient==2.2.0 python pacakge
- pkg-config
xqueue_release_specific_debian_pkgs:
xenial:
- python-mysqldb
Expand Down
Loading