Skip to content

Commit c1d7531

Browse files
committed
Add gdbm support (python 3.7)
Requires conda-forge/staged-recipes#6681
1 parent b7e0099 commit c1d7531

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

recipe/meta.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ requirements:
8181
- {{ cdt('libx11-devel') }} # [linux]
8282
- 7za # [win]
8383
- curl # [win]
84+
- pkg-config # [unix]
8485
host:
8586
- nasm 2.11.06 # [win]
8687
- bzip2 # [unix]
@@ -92,6 +93,7 @@ requirements:
9293
- zlib # [unix]
9394
- ncurses # [linux]
9495
- libffi # [unix]
96+
- gdbm # [unix]
9597
run:
9698
- openssl # [unix]
9799
- readline # [unix]
@@ -104,6 +106,10 @@ requirements:
104106
#- vs2015_runtime # [win]
105107

106108
test:
109+
requires: # [unix]
110+
- gdbm # [unix]
111+
imports: # [unix]
112+
- dbm.gnu # [unix]
107113
commands:
108114
- python -V
109115
- python3 -V # [unix]

0 commit comments

Comments
 (0)