Skip to content

Commit 526ebac

Browse files
Add libpq-dev to charm build-packages (#383)
`libpq-dev` needed to build `psycopg2` from source Enables removal of workaround: canonical/charmcraftcache-hub@884b197
1 parent d34ea93 commit 526ebac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charmcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ parts:
2424
- rustc
2525
- cargo
2626
- pkg-config
27+
- libpq-dev
2728
charm-strict-dependencies: true
2829
libpq:
2930
build-packages:

0 commit comments

Comments
 (0)