diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
20 files changed, 20 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index acfc6e7..271eadf 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/openstack/python-glanceclient" | |||
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
6 | SRC_URI = "git://github.com/openstack/python-glanceclient.git \ | 6 | SRC_URI = "git://github.com/openstack/python-glanceclient.git;branch=master \ |
7 | file://glance-api-check.sh \ | 7 | file://glance-api-check.sh \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index e769bbd..6c15b74 100644 --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "c816b38d9f12be75d989409cbab6dfefa8f49dc3" | |||
8 | PV = "0.9.1+git${SRCPV}" | 8 | PV = "0.9.1+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/openstack/glance_store.git \ | 11 | git://github.com/openstack/glance_store.git;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb index 3f36ef5..8027e11 100644 --- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6458695fb66dcd893becb5f9f912715e" | |||
10 | SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448" | 10 | SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448" |
11 | PV = "0.5.1+git${SRCPV}" | 11 | PV = "0.5.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/kanaka/noVNC.git \ | 13 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master \ |
14 | file://python-distutils.patch" | 14 | file://python-distutils.patch" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index 83fc88c..cd47d60 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb | |||
@@ -8,7 +8,7 @@ PV = "4.19+git${SRCPV}" | |||
8 | SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072" | 8 | SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072" |
9 | 9 | ||
10 | SRCNAME = "ryu" | 10 | SRCNAME = "ryu" |
11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb index 53f1ed9..26fd387 100644 --- a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e031cff4528978748f9cc064c6e6fa73" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | git://github.com/openstack/python-barbicanclient.git \ | 8 | git://github.com/openstack/python-barbicanclient.git;branch=master \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PV = "5.0.1+git${SRCPV}" | 11 | PV = "5.0.1+git${SRCPV}" |
diff --git a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb index b40e39c..fdd1365 100644 --- a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "5bb126bf20bbb5baeb4e9afc48008dbe411631bc" | |||
9 | SRCNAME = "kafka-python" | 9 | SRCNAME = "kafka-python" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea" |
12 | SRC_URI = "git://github.com/mumrah/${SRCNAME}.git" | 12 | SRC_URI = "git://github.com/mumrah/${SRCNAME}.git;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb index 4e6f40e..cfa2017 100644 --- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://PSF.LICENSE;md5=7dd786e8594f1e787da94a946557b40e" | |||
11 | PV = "1.59+git${SRCPV}" | 11 | PV = "1.59+git${SRCPV}" |
12 | SRCREV = "959e068fec8b4c956b0d82269336818e667726e7" | 12 | SRCREV = "959e068fec8b4c956b0d82269336818e667726e7" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git" | 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb index 82e53b1..058422b 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | git://github.com/openstack/os-vif.git \ | 8 | git://github.com/openstack/os-vif.git;branch=master \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PV = "2.2.0+git${SRCPV}" | 11 | PV = "2.2.0+git${SRCPV}" |
diff --git a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb index bbbd96c..c4f881d 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | git://github.com/openstack/os-win.git \ | 8 | git://github.com/openstack/os-win.git;branch=master \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PV = "5.1.0+git${SRCPV}" | 11 | PV = "5.1.0+git${SRCPV}" |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb index 8b087b2..c82fbeb 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | |||
@@ -8,7 +8,7 @@ PV = "2.6.1+git${SRCPV}" | |||
8 | SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" | 8 | SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" |
9 | 9 | ||
10 | SRCNAME = "oslo.cache" | 10 | SRCNAME = "oslo.cache" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb index ed5a2fc..357c244 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | |||
@@ -8,7 +8,7 @@ PV = "8.4.0+git${SRCPV}" | |||
8 | SRCREV = "e42c73343f640eaacb0a76d204eb55c85de4f5d5" | 8 | SRCREV = "e42c73343f640eaacb0a76d204eb55c85de4f5d5" |
9 | 9 | ||
10 | SRCNAME = "oslo.db" | 10 | SRCNAME = "oslo.db" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb index 59a5a0a..11586da 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | |||
@@ -8,7 +8,7 @@ PV = "5.0.1+git${SRCPV}" | |||
8 | SRCREV = "73187bd86903fc87665a829c9a0c714db6aa3022" | 8 | SRCREV = "73187bd86903fc87665a829c9a0c714db6aa3022" |
9 | 9 | ||
10 | SRCNAME = "oslo.i18n" | 10 | SRCNAME = "oslo.i18n" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | inherit setuptools3 | 13 | inherit setuptools3 |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb index 4f201fe..056e5a2 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
6 | 6 | ||
7 | SRCNAME = "oslo.messaging" | 7 | SRCNAME = "oslo.messaging" |
8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
9 | 9 | ||
10 | PV = "12.5.0+git${SRCPV}" | 10 | PV = "12.5.0+git${SRCPV}" |
11 | SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" | 11 | SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb index fac6ba9..899e939 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb | |||
@@ -9,7 +9,7 @@ PV = "3.3.0+git${SRCPV}" | |||
9 | SRCREV = "cab28649c689067970a51a2f9b329bdd6a0f0501" | 9 | SRCREV = "cab28649c689067970a51a2f9b329bdd6a0f0501" |
10 | 10 | ||
11 | SRCNAME = "oslo.policy" | 11 | SRCNAME = "oslo.policy" |
12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb index 46f95c0..d7dffc0 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
6 | 6 | ||
7 | SRCNAME = "oslo.privsep" | 7 | SRCNAME = "oslo.privsep" |
8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
9 | 9 | ||
10 | PV = "2.4.0+git${SRCPV}" | 10 | PV = "2.4.0+git${SRCPV}" |
11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" | 11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb index 2706df0..f1c5124 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb | |||
@@ -8,7 +8,7 @@ PV = "2.2.0+git${SRCPV}" | |||
8 | SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" | 8 | SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" |
9 | 9 | ||
10 | SRCNAME = "oslo.reports" | 10 | SRCNAME = "oslo.reports" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb index 5e3bb7c..2ba4cb8 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb | |||
@@ -8,7 +8,7 @@ PV = "6.1.0+git${SRCPV}" | |||
8 | SRCREV = "ff61e1577c3aaec6242951876263108559d1a203" | 8 | SRCREV = "ff61e1577c3aaec6242951876263108559d1a203" |
9 | 9 | ||
10 | SRCNAME = "oslo.rootwrap" | 10 | SRCNAME = "oslo.rootwrap" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb index e3bfc53..9f171fa 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb | |||
@@ -8,7 +8,7 @@ PV = "2.3.0+git${SRCPV}" | |||
8 | SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1" | 8 | SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1" |
9 | 9 | ||
10 | SRCNAME = "oslo.versionedobjects" | 10 | SRCNAME = "oslo.versionedobjects" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb index 6f060be..b4d0490 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb | |||
@@ -8,7 +8,7 @@ PV = "3.4.0+git${SRCPV}" | |||
8 | SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294" | 8 | SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294" |
9 | 9 | ||
10 | SRCNAME = "oslo.vmware" | 10 | SRCNAME = "oslo.vmware" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb index b243a4a..5c00966 100644 --- a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb | |||
@@ -8,7 +8,7 @@ PV = "3.1.0+git${SRCPV}" | |||
8 | SRCREV = "2402013a8719873d65136fc283e1855166adbc26" | 8 | SRCREV = "2402013a8719873d65136fc283e1855166adbc26" |
9 | 9 | ||
10 | SRCNAME = "pycadf" | 10 | SRCNAME = "pycadf" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||