Skip to content

Commit

Permalink
beets: use spksrc.python.mk to reuse prebuilt python311
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 31, 2023
1 parent 5fe8b75 commit 353466d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spk/beets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SPK_VERS = 1.6.0
SPK_REV = 9
SPK_ICON = src/beets.png

BUILD_DEPENDS = cross/python311
PYTHON_PACKAGE = python311

WHEELS = src/requirements-crossenv.txt src/requirements-pure.txt
SPK_DEPENDS = "python311>=3.11.4-7"
Expand Down Expand Up @@ -39,4 +39,4 @@ STARTABLE = no

SPK_COMMANDS = env/bin/beet

include ../../mk/spksrc.spk.mk
include ../../mk/spksrc.python.mk

0 comments on commit 353466d

Please sign in to comment.