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

Add setuptools run-time requirement to opencv

parent 3e50c66d
Branches
Tags
No related merge requests found
Pipeline #47343 failed
...@@ -175,6 +175,7 @@ outputs: ...@@ -175,6 +175,7 @@ outputs:
run: run:
- {{ pin_subpackage('libopencv', exact=True) }} - {{ pin_subpackage('libopencv', exact=True) }}
- {{ pin_subpackage('py-opencv', exact=True) }} - {{ pin_subpackage('py-opencv', exact=True) }}
- {{ pin_compatible('setuptools') }}
test: test:
script: run_test_opencv.py script: run_test_opencv.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment