Skip to content
Snippets Groups Projects
Commit 41c84867 authored by Vincent POLLET's avatar Vincent POLLET
Browse files

Pin subpackage exactly in opencv meta-package

parent 01088248
No related branches found
No related tags found
1 merge request!462Fix sub-packages dependency specification
Pipeline #46286 passed
......@@ -172,8 +172,8 @@ outputs:
- name: opencv
requirements:
run:
- {{ pin_subpackage('libopencv', max_pin='x.x.x') }}
- {{ pin_subpackage('py-opencv', max_pin='x.x') }}
- {{ pin_subpackage('libopencv', exact=True) }}
- {{ pin_subpackage('py-opencv', exact=True) }}
- name: py-opencv
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment