Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: resolved issue with pip not being able to install package due missing ssl #6081

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion spk/python310/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down