From 1c914678ffafe0eff26b7ee6cbcd22ad2eb7f529 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Wed, 16 Jan 2019 10:33:50 +0000 Subject: [PATCH] python-enum: Fix error fetching from HTTP instead of HTTPS Resolving pypi.python.org (pypi.python.org)... 151.101.112.223, 2a04:4e42:1b::223 Connecting to pypi.python.org (pypi.python.org)|151.101.112.223|:80... connected. HTTP request sent, awaiting response... 403 SSL is required 2019-01-16 10:29:27 ERROR 403: SSL is required. --- recipes-extra/python/python-enum_0.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extra/python/python-enum_0.4.4.bb b/recipes-extra/python/python-enum_0.4.4.bb index 60d3f84..4aa1fa3 100644 --- a/recipes-extra/python/python-enum_0.4.4.bb +++ b/recipes-extra/python/python-enum_0.4.4.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \ " SRCNAME = "enum" -SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "https://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e" SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff"