Skip to content

Commit

Permalink
Remove hardcoded version of python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smaarn committed Oct 8, 2023
1 parent 2c2cfe1 commit 1a3a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/bazarr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPK_ICON = src/bazarr.png

PYTHON_PACKAGE = python311

SPK_DEPENDS = "python311>=3.11.4-7:ffmpeg"
SPK_DEPENDS = "python311:ffmpeg"

WHEELS = src/requirements-crossenv.txt src/requirements-pure.txt

Expand Down

0 comments on commit 1a3a222

Please sign in to comment.