removed compsrv as dependency

This commit is contained in:
itssme 2022-10-28 19:23:20 +02:00 committed by GitHub
parent 285996f467
commit e4592e7963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,6 @@ 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 "compsrv" \
--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
@ -56,4 +55,4 @@ echo "Created: $DEB"
# sudo apt purge python3-complib -y # sudo apt purge python3-complib -y
# sudo apt install ./python3-* # sudo apt install ./python3-*
# sudo apt search complib # sudo apt search complib
# ar vx ./python3* # ar vx ./python3*