diff --git a/spk/python310/Makefile b/spk/python310/Makefile index 8730b532a21..cd1a8f9c26f 100644 --- a/spk/python310/Makefile +++ b/spk/python310/Makefile @@ -1,11 +1,12 @@ SPK_NAME = python310 SPK_VERS = 3.10.13 SPK_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(SPK_VERS))).$(word 2,$(subst ., ,$(SPK_VERS))) -SPK_REV = 19 +SPK_REV = 20 SPK_ICON = src/python3.png DEPENDS = cross/$(SPK_NAME) DEPENDS += cross/pip +DEPENDS += cross/openssl MAINTAINER = SynoCommunity DESCRIPTION = Python Programming Language.