added missing dependencies

This commit is contained in:
itssme 2022-11-05 01:57:58 +01:00 committed by GitHub
parent ff2c529d3a
commit b87e830ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,9 @@ fpm -s python --python-bin python3 --python-package-name-prefix python3 \
-d "opencv-main" \ -d "opencv-main" \
-d "opencv-python" \ -d "opencv-python" \
-d "opencv-scripts" \ -d "opencv-scripts" \
-d "libprotobuf23" \
-d "protobuf-compiler" \
-d "python3-protobuf" \
--python-install-lib "/usr/local/lib/python3.9/dist-packages" \ --python-install-lib "/usr/local/lib/python3.9/dist-packages" \
-v $VERSION -t deb setup.py -v $VERSION -t deb setup.py