Skip to content

Commit

Permalink
perl-bioperl-core: add run-time depends on perl-db_file
Browse files Browse the repository at this point in the history
This is needed for Bio::Index objects and classes that descend
from it for the creation of index files.
  • Loading branch information
0xaf1f committed Mar 20, 2022
1 parent 2d64771 commit 8143ee7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/perl-bioperl-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
build:
number: 0
number: 1
run_exports:
weak:
- {{ name }} ={{ version }}
Expand Down Expand Up @@ -42,10 +42,12 @@ requirements:
- perl-yaml
- perl-xml-twig
# Required at least for testing
# (run-time dependency for Bio::Index and its descendants)
- perl-db_file

run:
- perl
- perl-db_file
#- perl-xml-writer
#- perl-uri
#- perl-xml-dom
Expand Down

0 comments on commit 8143ee7

Please sign in to comment.