Skip to content

Commit

Permalink
feat: add run_exports to bioconductor-skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 2, 2023
1 parent ffe1fc5 commit e6d3cac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bioconda_utils/bioconductor_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def dependencies(self):
dependency_mapping[prefix + name.lower() + version] = name

# Check SystemRequirements in the DESCRIPTION file to make sure
# packages with such reqquirements are provided correct recipes.
# packages with such requirements are provided correct recipes.
if (self.packages[self.package].get('SystemRequirements') is not None):
logger.warning(
"The 'SystemRequirements' {} are needed".format(
Expand Down Expand Up @@ -959,6 +959,7 @@ def sub_placeholders(x):
'build', OrderedDict((
('number', self.build_number),
('rpaths', ['lib/R/lib/', 'lib/']),
('run_exports', f'{{{{ pin_subpackage("bioconductor-{self.package_lower}", max_pin="x") }}}}'),
)),
),
(
Expand Down

0 comments on commit e6d3cac

Please sign in to comment.