Skip to content

WIP: mnt/patch

Paul McCarthy requested to merge mnt/patch into master

This merge request was triggered by the fsl-ci-rules apply_patch.py script. The patch that has been applied is as follows:

diff --git a/meta.yaml b/meta.yaml
index f1351ad8..380e2e28 100644
--- a/meta.yaml
+++ b/meta.yaml
@@ -22,7 +22,7 @@ build:
   number: {{ build }}
   run_exports:
     strong:
-      - {{ name }}
+      - {{ pin_subpackage(name, max_pin='x') }}
 
 
 requirements:

Merge request reports