summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb2
-rw-r--r--meta-python/recipes-devtools/gyp/gyp.inc2
-rw-r--r--meta-python/recipes-devtools/python/python-feedformatter.inc2
-rw-r--r--meta-python/recipes-devtools/python/python3-absl_0.7.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-astor_0.8.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-dt-schema_git.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-gast_0.2.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-prctl_1.7.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb2
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb2
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb2
-rw-r--r--meta-python/recipes-extended/python-cson/python3-cson_git.bb2
-rw-r--r--meta-python/recipes-extended/python-pyparted/python-pyparted.inc2
21 files changed, 21 insertions, 21 deletions
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb
index e235682cf4..7910fcd18a 100644
--- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb
+++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8"
6 6
7DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" 7DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native"
8 8
9SRC_URI = "git://github.com/MostAwesomeDude/txWS.git" 9SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https"
10SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" 10SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
diff --git a/meta-python/recipes-devtools/gyp/gyp.inc b/meta-python/recipes-devtools/gyp/gyp.inc
index 98ed42cc90..1415b41623 100644
--- a/meta-python/recipes-devtools/gyp/gyp.inc
+++ b/meta-python/recipes-devtools/gyp/gyp.inc
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd"
5SECTION = "devel" 5SECTION = "devel"
6 6
7SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https" 7SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https;branch=master"
8SRCREV = "fcd686f1880fa52a1ee78d3e98af1b88cb334528" 8SRCREV = "fcd686f1880fa52a1ee78d3e98af1b88cb334528"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
diff --git a/meta-python/recipes-devtools/python/python-feedformatter.inc b/meta-python/recipes-devtools/python/python-feedformatter.inc
index 6ddcaa98ec..d1669977a9 100644
--- a/meta-python/recipes-devtools/python/python-feedformatter.inc
+++ b/meta-python/recipes-devtools/python/python-feedformatter.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" 5LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d"
6SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" 6SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85"
7 7
8SRC_URI = "git://github.com/marianoguerra/feedformatter.git" 8SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
diff --git a/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb b/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb
index c65a6d7da4..9811c3b9c9 100644
--- a/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-absl_0.7.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7SRC_URI = "git://github.com/abseil/abseil-py.git" 7SRC_URI = "git://github.com/abseil/abseil-py.git;branch=master;protocol=https"
8SRCREV ?= "e3ce504183c57fc4eca52fe84732c11cda99d131" 8SRCREV ?= "e3ce504183c57fc4eca52fe84732c11cda99d131"
9 9
10inherit setuptools3 10inherit setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
index 125a0236ec..5b3c73c923 100644
--- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7"
6 6
7SRC_URI = "git://github.com/berkerpeksag/astor.git " 7SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https"
8SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" 8SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
9 9
10inherit setuptools3 10inherit setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
index ac4b8c2aa6..c33c0f110f 100644
--- a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ldo/dbussy"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5 5
6SRC_URI = "git://github.com/ldo/dbussy.git" 6SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https"
7 7
8SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f" 8SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f"
9 9
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb
index 06a9012ca4..d14b7de62a 100644
--- a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb
+++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=2;endline=3;md5=c795d4924c5f739424
6 6
7inherit setuptools3 7inherit setuptools3
8 8
9SRC_URI = "git://github.com/robherring/dt-schema.git" 9SRC_URI = "git://github.com/robherring/dt-schema.git;branch=master;protocol=https"
10SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" 10SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b"
11PV = "0.1+git${SRCPV}" 11PV = "0.1+git${SRCPV}"
12 12
diff --git a/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb b/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb
index 6e08a19949..caf80c7621 100644
--- a/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-gast_0.2.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90"
6 6
7SRC_URI = "git://github.com/serge-sans-paille/gast.git" 7SRC_URI = "git://github.com/serge-sans-paille/gast.git;branch=master;protocol=https"
8SRCREV ?= "ed82e2a507505c6b18eb665d3738b6c0602da5e7" 8SRCREV ?= "ed82e2a507505c6b18eb665d3738b6c0602da5e7"
9 9
10inherit setuptools3 10inherit setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
index 7822e463ee..711ced022e 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6" 5LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6"
6 6
7SRC_URI = "git://github.com/h5py/h5py.git \ 7SRC_URI = "git://github.com/h5py/h5py.git;branch=master;protocol=https \
8 file://0001-cross-compiling-support.patch \ 8 file://0001-cross-compiling-support.patch \
9 " 9 "
10SRCREV ?= "8d96a14c3508de1bde77aec5db302e478dc5dbc4" 10SRCREV ?= "8d96a14c3508de1bde77aec5db302e478dc5dbc4"
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
index 8fe4b988db..4d8af17209 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=d8b7fdd0dff0fd18f35c05365d3d7bf7" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=d8b7fdd0dff0fd18f35c05365d3d7bf7"
7 7
8SRC_URI = "git://github.com/imageio/imageio.git;protocol=https" 8SRC_URI = "git://github.com/imageio/imageio.git;protocol=https;branch=master"
9SRCREV = "0b161649b3ee108f80bd99466aeab2e65cf82cd8" 9SRCREV = "0b161649b3ee108f80bd99466aeab2e65cf82cd8"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb
index 4293a63c1e..a124dd9f5b 100644
--- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41"
6 6
7SRC_URI = "git://github.com/keras-team/keras-applications.git" 7SRC_URI = "git://github.com/keras-team/keras-applications.git;branch=master;protocol=https"
8SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" 8SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d"
9 9
10 10
diff --git a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb
index eacb3402d6..feb872e0a7 100644
--- a/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1744b320500cc2e3112964d00cce7aa4"
6 6
7SRC_URI = "git://github.com/keras-team/keras-preprocessing.git" 7SRC_URI = "git://github.com/keras-team/keras-preprocessing.git;branch=master;protocol=https"
8SRCREV ?= "ff90696c0416b74344b91df097b228e694339b88" 8SRCREV ?= "ff90696c0416b74344b91df097b228e694339b88"
9 9
10inherit setuptools3 10inherit setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
index eb42fe978c..fd39e0fdb7 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
@@ -11,7 +11,7 @@ B = "${S}"
11 11
12SRCREV = "35687ca957b746f153a6872139462b1443f8cad1" 12SRCREV = "35687ca957b746f153a6872139462b1443f8cad1"
13PV = "0.0.38+git${SRCPV}" 13PV = "0.0.38+git${SRCPV}"
14SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \ 14SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master;protocol=https \
15" 15"
16 16
17inherit setuptools3 python3native 17inherit setuptools3 python3native
diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb
index a383a3ff91..80b7e941ae 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_6.2.1.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89"
7 7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x \ 8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.2.x;protocol=https \
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 file://0001-explicitly-set-compile-options.patch \ 10 file://0001-explicitly-set-compile-options.patch \
11" 11"
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
index fc7a47a43d..53f4db14ae 100644
--- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
6 6
7SRC_URI = "git://github.com/matze/pkgconfig.git" 7SRC_URI = "git://github.com/matze/pkgconfig.git;branch=master;protocol=https"
8SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" 8SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
9 9
10RDEPENDS_${PN} = "pkgconfig \ 10RDEPENDS_${PN} = "pkgconfig \
diff --git a/meta-python/recipes-devtools/python/python3-prctl_1.7.bb b/meta-python/recipes-devtools/python/python3-prctl_1.7.bb
index 54620a0661..1f179852ca 100644
--- a/meta-python/recipes-devtools/python/python3-prctl_1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-prctl_1.7.bb
@@ -13,7 +13,7 @@ B = "${S}"
13SRCREV = "57cd0a7cad76e8f8792eea22ee5b5d17bae0a90f" 13SRCREV = "57cd0a7cad76e8f8792eea22ee5b5d17bae0a90f"
14PV = "1.7+git${SRCPV}" 14PV = "1.7+git${SRCPV}"
15 15
16SRC_URI = "git://github.com/seveas/python-prctl;branch=master \ 16SRC_URI = "git://github.com/seveas/python-prctl;branch=master;protocol=https \
17 file://0001-support-cross-complication.patch \ 17 file://0001-support-cross-complication.patch \
18" 18"
19inherit setuptools3 python3native 19inherit setuptools3 python3native
diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb b/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb
index 025b2eea9d..af7f49fdcb 100644
--- a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb
+++ b/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752"
6 6
7SRC_URI = "git://github.com/pypa/wheel.git" 7SRC_URI = "git://github.com/pypa/wheel.git;branch=master;protocol=https"
8SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0" 8SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0"
9 9
10 10
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
index 2b5b253b5d..52ae91484a 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
9B = "${S}" 9B = "${S}"
10 10
11SRCREV = "9b5ad2d5b5df159963e1c6c24523e1dfe1f71435" 11SRCREV = "9b5ad2d5b5df159963e1c6c24523e1dfe1f71435"
12SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release \ 12SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release;protocol=https \
13 file://0001-comment-out-selinux.patch \ 13 file://0001-comment-out-selinux.patch \
14 file://0002-run_program-support-timeout.patch \ 14 file://0002-run_program-support-timeout.patch \
15 file://0003-support-infinit-timeout.patch \ 15 file://0003-support-infinit-timeout.patch \
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb
index 92402bee56..809d09e3ad 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
9B = "${S}" 9B = "${S}"
10 10
11SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd" 11SRCREV = "67ec0b7a0e065ba24ab87963409bfb21b2aac6dd"
12SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \ 12SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master;protocol=https \
13 file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \ 13 file://0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch \
14" 14"
15 15
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
index 5c74c7a307..4d234d311d 100644
--- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb
+++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb
@@ -8,7 +8,7 @@ SECTION = "devel/python"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac"
9 9
10SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" 10SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2"
11SRC_URI = "git://github.com/gt3389b/python-cson.git" 11SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
index 97054487f9..2322cf1092 100644
--- a/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
+++ b/meta-python/recipes-extended/python-pyparted/python-pyparted.inc
@@ -12,7 +12,7 @@ DEPENDS += "parted"
12 12
13# upstream only publishes releases in github archives which are discouraged 13# upstream only publishes releases in github archives which are discouraged
14SRCREV = "481510c10866851844b19f3d2ffcdaa37efc0cf8" 14SRCREV = "481510c10866851844b19f3d2ffcdaa37efc0cf8"
15SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https" 15SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https;branch=master"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18