added missing dependencies
This commit is contained in:
parent
ff2c529d3a
commit
b87e830ac3
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ fpm -s python --python-bin python3 --python-package-name-prefix python3 \
|
|||
-d "opencv-main" \
|
||||
-d "opencv-python" \
|
||||
-d "opencv-scripts" \
|
||||
-d "libprotobuf23" \
|
||||
-d "protobuf-compiler" \
|
||||
-d "python3-protobuf" \
|
||||
--python-install-lib "/usr/local/lib/python3.9/dist-packages" \
|
||||
-v $VERSION -t deb setup.py
|
||||
|
||||
|
|
Reference in a new issue