Skip to content

Commit

Permalink
python3-prctl: Add https protocol to SRC_URI
Browse files Browse the repository at this point in the history
GitHub has deprecated unencrypted git protocol

Devendra Tewari <[email protected]>
  • Loading branch information
tewarid committed Nov 22, 2021
1 parent ad52a41 commit 602f0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ B = "${S}"
SRCREV = "5e12e398eb5c4e30d7b29b02458c76d2cc780700"
PV = "1.8.1+git${SRCPV}"

SRC_URI = "git://github.com/seveas/python-prctl;branch=main\
SRC_URI = "git://github.com/seveas/python-prctl;branch=main;protocol=https \
file://0001-support-cross-complication.patch \
"
inherit setuptools3 python3native
Expand Down

0 comments on commit 602f0cb

Please sign in to comment.