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_git.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-astor_0.8.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-behave_1.2.6.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-dbussy_1.3.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-dt-schema_git.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-feedformatter_0.4.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-kivy_2.0.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-monotonic_1.6.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb2
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb2
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb2
-rw-r--r--meta-python/recipes-extended/python-cson/python3-cson_git.bb2
20 files changed, 20 insertions, 20 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 e235682cf..7910fcd18 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_git.bb b/meta-python/recipes-devtools/gyp/gyp_git.bb
index 73329cec7..38906de75 100644
--- a/meta-python/recipes-devtools/gyp/gyp_git.bb
+++ b/meta-python/recipes-devtools/gyp/gyp_git.bb
@@ -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 \
8 file://0001-Fix-for-Python-3.10-compatibility.patch \ 8 file://0001-Fix-for-Python-3.10-compatibility.patch \
9 " 9 "
10SRCREV = "caa60026e223fc501e8b337fd5086ece4028b1c6" 10SRCREV = "caa60026e223fc501e8b337fd5086ece4028b1c6"
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 5048e5bec..bc3315f75 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 \
8 file://0001-rtrip.py-convert-to-python3.patch \ 8 file://0001-rtrip.py-convert-to-python3.patch \
9" 9"
10SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" 10SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072"
diff --git a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb
index 89bf29fd7..1dcc7d218 100644
--- a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06"
5 5
6PV .= "+git${SRCREV}" 6PV .= "+git${SRCREV}"
7SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370" 7SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370"
8SRC_URI += "git://github.com/behave/behave;branch=master" 8SRC_URI += "git://github.com/behave/behave;branch=master;protocol=https"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb
index 3f35149f9..1bcf18ab6 100644
--- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb
+++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cvxopt.org"
3LICENSE = "GPL-3.0" 3LICENSE = "GPL-3.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd"
5 5
6SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" 6SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master"
7 7
8SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94" 8SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94"
9 9
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
index e69c9b479..061893df3 100644
--- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.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 = "37ede4242b48def73ada46c2747a4c5cae6abf45" 8SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
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 663fe775f..305cfa6b0 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-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
index f57727beb..6932b3b54 100644
--- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" 5LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d"
6 6
7SRC_URI = "git://github.com/marianoguerra/feedformatter.git" 7SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https"
8SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" 8SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
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 c8c0f7df9..11ab8b0a5 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-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
index a4ec62626..030134d29 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a"
7inherit setuptools3 pkgconfig features_check 7inherit setuptools3 pkgconfig features_check
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://github.com/kivy/kivy.git;protocol=git;\ 10 git://github.com/kivy/kivy.git;protocol=https;\
11" 11"
12 12
13# Kivy's setup files only look for GLES libraries for Android, iOS, RPi, 13# Kivy's setup files only look for GLES libraries for Android, iOS, RPi,
diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb
index 080c41e38..aacc32a6d 100644
--- a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
7 7
8SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad" 8SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad"
9SRC_URI = "git://github.com/atdt/monotonic.git" 9SRC_URI = "git://github.com/atdt/monotonic.git;branch=master;protocol=https"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb
index d117cc399..e8620b14b 100644
--- a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" 4LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d"
5 5
6SRC_URI = "git://github.com/cf-natali/ntplib.git" 6SRC_URI = "git://github.com/cf-natali/ntplib.git;branch=master;protocol=https"
7SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808" 7SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb
index 68b80a739..bc6c801c3 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a"
7 7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x \ 8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.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-pybind11-json_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
index 838447120..e06579a6c 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98"
4 4
5SRCREV = "0fbbe3bbb27bd07a5ec7d71cbb1f17eaf4d37702" 5SRCREV = "0fbbe3bbb27bd07a5ec7d71cbb1f17eaf4d37702"
6SRC_URI = "git://github.com/pybind/pybind11_json" 6SRC_URI = "git://github.com/pybind/pybind11_json;branch=master;protocol=https"
7 7
8DEPENDS += "nlohmann-json python3-pybind11" 8DEPENDS += "nlohmann-json python3-pybind11"
9 9
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb
index e954dbfb2..3c6b2a657 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f"
5 5
6DEPENDS = "boost" 6DEPENDS = "boost"
7 7
8SRC_URI = "git://github.com/pybind/pybind11.git \ 8SRC_URI = "git://github.com/pybind/pybind11.git;branch=master;protocol=https \
9 file://0001-Do-not-strip-binaries.patch \ 9 file://0001-Do-not-strip-binaries.patch \
10 file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ 10 file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \
11" 11"
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
index 526d622fd..796f7219a 100644
--- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
+++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7"
6 6
7inherit setuptools3 7inherit setuptools3
8 8
9SRC_URI = "git://github.com/seebz/pydbus-manager.git" 9SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https"
10SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" 10SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
11PV = "git${SRCPV}" 11PV = "git${SRCPV}"
12 12
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
index fdbf494a4..bd6853e74 100644
--- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1"
9SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" 9SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88"
10 10
11 11
12SRC_URI = "git://github.com/python-excel/xlrd.git \ 12SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \
13 file://run-ptest \ 13 file://run-ptest \
14" 14"
15SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" 15SRCREV = "b8d573e11ec149da695d695c81a156232b89a949"
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb
index d3373f4ae..85f80b8c0 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
9B = "${S}" 9B = "${S}"
10 10
11SRCREV = "f7d9027e4fdad11187980e73726cd75a2dc962c2" 11SRCREV = "f7d9027e4fdad11187980e73726cd75a2dc962c2"
12SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release \ 12SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release;protocol=https \
13 file://0002-run_program-support-timeout.patch \ 13 file://0002-run_program-support-timeout.patch \
14 file://0003-support-infinit-timeout.patch \ 14 file://0003-support-infinit-timeout.patch \
15 file://0004-fix-new.roots-object-is-not-iterable.patch \ 15 file://0004-fix-new.roots-object-is-not-iterable.patch \
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb
index ad3c0730f..632b313a8 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
9B = "${S}" 9B = "${S}"
10 10
11SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f" 11SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f"
12SRC_URI = "git://github.com/storaged-project/blivet-gui.git" 12SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protocol=https"
13 13
14inherit features_check 14inherit features_check
15REQUIRED_DISTRO_FEATURES = "x11 systemd" 15REQUIRED_DISTRO_FEATURES = "x11 systemd"
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 7bc61f06d..5d696b30f 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