camera: requirements fix for debian bookworm
this is an indirect fix the correct approach would be checking the version of libmpv and if libmpv 0.33 or above install the newer version, meh
This commit is contained in:
parent
8053e97d10
commit
168e75059a
@ -4,6 +4,7 @@ requests==2.31.0
|
||||
websocket-client==1.6.1
|
||||
pycairo==1.23.0
|
||||
PyGObject==3.44.1
|
||||
python-mpv==0.5.2
|
||||
python-mpv==0.5.2;python_version<"3.10"
|
||||
python-mpv==1.0.4;python_version>="3.10"
|
||||
six==1.16.0
|
||||
dbus-python==1.3.2
|
Loading…
x
Reference in New Issue
Block a user