Skip to content

Commit c6788c7

Browse files
committed
Add gdbm to default build dependencies for Python.
1 parent cd3c2a4 commit c6788c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/python/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ when pyver == '3.4':
2020

2121

2222
dependencies:
23-
build: [zlib, bzip2, sqlite, openssl, launcher, ncurses, readline, {{build_with}}]
23+
build: [zlib, bzip2, sqlite, openssl, launcher, ncurses, readline, gdbm, {{build_with}}]
2424
run: []
2525

2626
defaults:

0 commit comments

Comments
 (0)