diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
66 files changed, 2 insertions, 112 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index c71229d..90ed8d7 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb | |||
| @@ -17,7 +17,6 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master;protocol=https | |||
| 17 | 17 | ||
| 18 | SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291" | 18 | SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291" |
| 19 | PV = "2015.1.0+git${SRCPV}" | 19 | PV = "2015.1.0+git${SRCPV}" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | inherit update-rc.d setuptools3 identity hosts useradd default_configs monitor | 21 | inherit update-rc.d setuptools3 identity hosts useradd default_configs monitor |
| 23 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index ca5d62f..1592cd2 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -14,10 +14,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
| 14 | # dropped for juno: | 14 | # dropped for juno: |
| 15 | # file://ceilometer-builtin-tests-config-location.patch | 15 | # file://ceilometer-builtin-tests-config-location.patch |
| 16 | 16 | ||
| 17 | |||
| 18 | SRCREV = "026a5d475e1958bf761e41c2bb426b09e0f3d270" | 17 | SRCREV = "026a5d475e1958bf761e41c2bb426b09e0f3d270" |
| 19 | PV = "5.0.0+git${SRCPV}" | 18 | PV = "5.0.0+git${SRCPV}" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 19 | ||
| 22 | CEILOMETER_SECRET ?= "12121212" | 20 | CEILOMETER_SECRET ?= "12121212" |
| 23 | 21 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 2a3ef47..5f56024 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
| @@ -23,7 +23,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 23 | 23 | ||
| 24 | SRCREV = "4fb3a702ba8c3de24c41a6f706597bfa81e60435" | 24 | SRCREV = "4fb3a702ba8c3de24c41a6f706597bfa81e60435" |
| 25 | PV = "11.1.0+git${SRCPV}" | 25 | PV = "11.1.0+git${SRCPV}" |
| 26 | S = "${WORKDIR}/git" | ||
| 27 | 26 | ||
| 28 | inherit setuptools3 systemd useradd identity default_configs hosts monitor | 27 | inherit setuptools3 systemd useradd identity default_configs hosts monitor |
| 29 | 28 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index bd360ed..2f62677 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "\ | |||
| 14 | 14 | ||
| 15 | PV="3.1.0+git${SRCPV}" | 15 | PV="3.1.0+git${SRCPV}" |
| 16 | SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" | 16 | SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" |
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit setuptools3 monitor | 18 | inherit setuptools3 monitor |
| 20 | 19 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 9fa23ed..06e4d93 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -17,8 +17,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 17 | SRCREV = "06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7" | 17 | SRCREV = "06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7" |
| 18 | PV = "15.0.0+git${SRCPV}" | 18 | PV = "15.0.0+git${SRCPV}" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | inherit setuptools3 identity default_configs hosts monitor useradd systemd | 20 | inherit setuptools3 identity default_configs hosts monitor useradd systemd |
| 23 | 21 | ||
| 24 | USER = "glance" | 22 | USER = "glance" |
| @@ -35,7 +33,6 @@ GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\ | |||
| 35 | glance.store.filesystem.Store,\ | 33 | glance.store.filesystem.Store,\ |
| 36 | glance.store.http.Store" | 34 | glance.store.http.Store" |
| 37 | 35 | ||
| 38 | |||
| 39 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup" | 36 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup" |
| 40 | KEYSTONE_HOST="${CONTROLLER_IP}" | 37 | KEYSTONE_HOST="${CONTROLLER_IP}" |
| 41 | 38 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 01be0cf..36062e8 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/python-glanceclient.git;branch=master;prot | |||
| 9 | 9 | ||
| 10 | PV = "2.17.0+git${SRCPV}" | 10 | PV = "2.17.0+git${SRCPV}" |
| 11 | SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063" | 11 | SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | DEPENDS += " \ | 13 | DEPENDS += " \ |
| 15 | gmp \ | 14 | gmp \ |
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index 9ae104a..2f3ec2a 100644 --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb | |||
| @@ -11,8 +11,6 @@ SRC_URI = "\ | |||
| 11 | git://github.com/openstack/glance_store.git;branch=master;protocol=https \ | 11 | git://github.com/openstack/glance_store.git;branch=master;protocol=https \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 | 14 | inherit setuptools3 |
| 17 | 15 | ||
| 18 | DEPENDS += " \ | 16 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 0070928..c46fc7a 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
| @@ -17,7 +17,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
| 17 | 17 | ||
| 18 | SRCREV = "4348b7ababd1048e17ec354ca38c903c908cd74e" | 18 | SRCREV = "4348b7ababd1048e17ec354ca38c903c908cd74e" |
| 19 | PV = "5.0.0+git${SRCPV}" | 19 | PV = "5.0.0+git${SRCPV}" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" | 21 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" |
| 23 | KEYSTONE_HOST="${CONTROLLER_IP}" | 22 | KEYSTONE_HOST="${CONTROLLER_IP}" |
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index 0c15380..b1f7b4f 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb | |||
| @@ -31,11 +31,9 @@ SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master;protoc | |||
| 31 | 31 | ||
| 32 | PV = "1.17.0+git${SRCPV}" | 32 | PV = "1.17.0+git${SRCPV}" |
| 33 | SRCREV = "8af5deb458d51f4ec16e769d7fd6c94655f82f5f" | 33 | SRCREV = "8af5deb458d51f4ec16e769d7fd6c94655f82f5f" |
| 34 | S = "${WORKDIR}/git" | ||
| 35 | 34 | ||
| 36 | inherit setuptools3 | 35 | inherit setuptools3 |
| 37 | 36 | ||
| 38 | |||
| 39 | PACKAGECONFIG ?= "bash-completion" | 37 | PACKAGECONFIG ?= "bash-completion" |
| 40 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | 38 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" |
| 41 | 39 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 4eedead..4a2fb11 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -88,7 +88,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 88 | 88 | ||
| 89 | SRCREV = "246ff9f81248a00a434e66d18fad70519ba811cc" | 89 | SRCREV = "246ff9f81248a00a434e66d18fad70519ba811cc" |
| 90 | PV = "12.0.0+git${SRCPV}" | 90 | PV = "12.0.0+git${SRCPV}" |
| 91 | S = "${WORKDIR}/git" | ||
| 92 | 91 | ||
| 93 | inherit setuptools3 systemd python3-dir default_configs monitor useradd | 92 | inherit setuptools3 systemd python3-dir default_configs monitor useradd |
| 94 | 93 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb index 72f5a04..375969b 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "git://github.com/SUSE-Cloud/keystone-hybrid-backend.git;branch=havana | |||
| 10 | 10 | ||
| 11 | PV="git${SRCPV}" | 11 | PV="git${SRCPV}" |
| 12 | SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" | 12 | SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit python3-dir | 14 | inherit python3-dir |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index a1b5dd0..5ec5af2 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -24,8 +24,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 24 | SRCREV = "d07677aba54362a4a3aa2d165b155105ffe30d73" | 24 | SRCREV = "d07677aba54362a4a3aa2d165b155105ffe30d73" |
| 25 | PV = "12.0.0+git${SRCPV}" | 25 | PV = "12.0.0+git${SRCPV}" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | |||
| 29 | inherit setuptools3 identity hosts default_configs monitor useradd systemd | 27 | inherit setuptools3 identity hosts default_configs monitor useradd systemd |
| 30 | 28 | ||
| 31 | SERVICE_TOKEN = "password" | 29 | SERVICE_TOKEN = "password" |
diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb index 343942f..84e766d 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV="1.9.1+git${SRCPV}" | 11 | PV="1.9.1+git${SRCPV}" |
| 12 | SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" | 12 | SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 11dbb84..7229e47 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
| @@ -30,8 +30,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 30 | SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" | 30 | SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" |
| 31 | PV = "11.0.2+git${SRCPV}" | 31 | PV = "11.0.2+git${SRCPV}" |
| 32 | 32 | ||
| 33 | S = "${WORKDIR}/git" | ||
| 34 | |||
| 35 | inherit setuptools3 systemd useradd identity hosts default_configs monitor | 33 | inherit setuptools3 systemd useradd identity hosts default_configs monitor |
| 36 | 34 | ||
| 37 | USER = "neutron" | 35 | USER = "neutron" |
| @@ -106,7 +104,6 @@ do_install:append() { | |||
| 106 | sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ | 104 | sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ |
| 107 | -i ${CONF_FILE} | 105 | -i ${CONF_FILE} |
| 108 | 106 | ||
| 109 | |||
| 110 | # ml2_conf.ini changes (replace with .ini file editing) | 107 | # ml2_conf.ini changes (replace with .ini file editing) |
| 111 | CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini | 108 | CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini |
| 112 | sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} | 109 | sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} |
| @@ -262,7 +259,6 @@ FILES:${PN} = "${libdir}/*" | |||
| 262 | FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" | 259 | FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" |
| 263 | RDEPENDS:${SRCNAME}-tests += " bash" | 260 | RDEPENDS:${SRCNAME}-tests += " bash" |
| 264 | 261 | ||
| 265 | |||
| 266 | FILES:${SRCNAME} = " \ | 262 | FILES:${SRCNAME} = " \ |
| 267 | ${bindir}/neutron-db-manage \ | 263 | ${bindir}/neutron-db-manage \ |
| 268 | ${bindir}/neutron-rootwrap \ | 264 | ${bindir}/neutron-rootwrap \ |
| @@ -429,6 +425,5 @@ SYSTEMD_AUTO_ENABLE:${SRCNAME}-dhcp-agent = "disable" | |||
| 429 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" | 425 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" |
| 430 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" | 426 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" |
| 431 | 427 | ||
| 432 | |||
| 433 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" | 428 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" |
| 434 | MONITOR_SERVICE_${SRCNAME} = "neutron" | 429 | MONITOR_SERVICE_${SRCNAME} = "neutron" |
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 42993e6..6984d3e 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -41,7 +41,6 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pik | |||
| 41 | 41 | ||
| 42 | PV = "6.5.0+git${SRCPV}" | 42 | PV = "6.5.0+git${SRCPV}" |
| 43 | SRCREV = "e145c4ef8a0e8390f0468df422a757760e77f823" | 43 | SRCREV = "e145c4ef8a0e8390f0468df422a757760e77f823" |
| 44 | S = "${WORKDIR}/git" | ||
| 45 | 44 | ||
| 46 | inherit setuptools3 monitor rmargparse | 45 | inherit setuptools3 monitor rmargparse |
| 47 | 46 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 7afe347..fc96b51 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -36,8 +36,6 @@ SRC_URI += " \ | |||
| 36 | SRCREV = "b535f0808526c8eba37f15e83cede536e4e06029" | 36 | SRCREV = "b535f0808526c8eba37f15e83cede536e4e06029" |
| 37 | PV = "16.0.4+git${SRCPV}" | 37 | PV = "16.0.4+git${SRCPV}" |
| 38 | 38 | ||
| 39 | S = "${WORKDIR}/git" | ||
| 40 | |||
| 41 | inherit systemd setuptools3 identity hosts useradd default_configs monitor | 39 | inherit systemd setuptools3 identity hosts useradd default_configs monitor |
| 42 | 40 | ||
| 43 | LIBVIRT_IMAGES_TYPE ?= "default" | 41 | LIBVIRT_IMAGES_TYPE ?= "default" |
| @@ -229,7 +227,6 @@ PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion python-nova- | |||
| 229 | PACKAGES =+ "${BPN}-bash-completion" | 227 | PACKAGES =+ "${BPN}-bash-completion" |
| 230 | FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | 228 | FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" |
| 231 | 229 | ||
| 232 | |||
| 233 | ALLOW_EMPTY:${SRCNAME}-setup = "1" | 230 | ALLOW_EMPTY:${SRCNAME}-setup = "1" |
| 234 | ALLOW_EMPTY:${SRCNAME}-ec2 = "1" | 231 | ALLOW_EMPTY:${SRCNAME}-ec2 = "1" |
| 235 | ALLOW_EMPTY:${SRCNAME}-api = "1" | 232 | ALLOW_EMPTY:${SRCNAME}-api = "1" |
| @@ -242,8 +239,6 @@ ALLOW_EMPTY:${SRCNAME}-novncproxy = "1" | |||
| 242 | ALLOW_EMPTY:${SRCNAME}-scheduler = "1" | 239 | ALLOW_EMPTY:${SRCNAME}-scheduler = "1" |
| 243 | ALLOW_EMPTY:${SRCNAME}-spicehtml5proxy = "1" | 240 | ALLOW_EMPTY:${SRCNAME}-spicehtml5proxy = "1" |
| 244 | 241 | ||
| 245 | |||
| 246 | |||
| 247 | FILES:${PN} = "${libdir}/*" | 242 | FILES:${PN} = "${libdir}/*" |
| 248 | 243 | ||
| 249 | # MAA FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" | 244 | # MAA FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" |
| @@ -357,7 +352,6 @@ RDEPENDS:${SRCNAME}-tests = " \ | |||
| 357 | bash \ | 352 | bash \ |
| 358 | " | 353 | " |
| 359 | 354 | ||
| 360 | |||
| 361 | SYSTEMD_PACKAGES = " \ | 355 | SYSTEMD_PACKAGES = " \ |
| 362 | ${SRCNAME}-setup \ | 356 | ${SRCNAME}-setup \ |
| 363 | ${SRCNAME}-compute \ | 357 | ${SRCNAME}-compute \ |
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index af9c601..a46c032 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "\ | |||
| 11 | 11 | ||
| 12 | PV = "9.1.1+git${SRCPV}" | 12 | PV = "9.1.1+git${SRCPV}" |
| 13 | SRCREV = "204eff6dc7b234d2807a6caa24a2fc58ebee520b" | 13 | SRCREV = "204eff6dc7b234d2807a6caa24a2fc58ebee520b" |
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit setuptools3 monitor rmargparse | 15 | inherit setuptools3 monitor rmargparse |
| 17 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb index e989567..e84a9a9 100644 --- a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb +++ b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb | |||
| @@ -16,7 +16,6 @@ RDEPENDS:${PN} += "python-prettytable \ | |||
| 16 | python-pep8 \ | 16 | python-pep8 \ |
| 17 | python-pyflakes" | 17 | python-pyflakes" |
| 18 | 18 | ||
| 19 | |||
| 20 | do_install:append() { | 19 | do_install:append() { |
| 21 | perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") | 20 | perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") |
| 22 | for f in $perm_files; do | 21 | for f in $perm_files; do |
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb index b345c39..a2b194e 100644 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = " \ | |||
| 10 | 10 | ||
| 11 | PV = "3.12.0+git${SRCPV}" | 11 | PV = "3.12.0+git${SRCPV}" |
| 12 | SRCREV = "ff4abb7d19829efa0209cb67faf01011d9c841c5" | 12 | SRCREV = "ff4abb7d19829efa0209cb67faf01011d9c841c5" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config.inc b/meta-openstack/recipes-devtools/python/python-os-client-config.inc index e05746d..d7dd14c 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config.inc +++ b/meta-openstack/recipes-devtools/python/python-os-client-config.inc | |||
| @@ -10,8 +10,6 @@ SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081" | |||
| 10 | SRCNAME = "os-client-config" | 10 | SRCNAME = "os-client-config" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | DEPENDS += " \ | 13 | DEPENDS += " \ |
| 16 | ${PYTHON_PN}-pbr \ | 14 | ${PYTHON_PN}-pbr \ |
| 17 | " | 15 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 9327ff5..11bd331 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb | |||
| @@ -22,7 +22,6 @@ SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master;protocol=htt | |||
| 22 | 22 | ||
| 23 | SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" | 23 | SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" |
| 24 | PV="git${SRCPV}" | 24 | PV="git${SRCPV}" |
| 25 | S = "${WORKDIR}/git" | ||
| 26 | 25 | ||
| 27 | inherit setuptools3 update-rc.d hosts identity default_configs | 26 | inherit setuptools3 update-rc.d hosts identity default_configs |
| 28 | 27 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index 8b4fa84..f02d36f 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072" | |||
| 10 | SRCNAME = "ryu" | 10 | SRCNAME = "ryu" |
| 11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" | 15 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" |
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index a62d6ab..e734d24 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb | |||
| @@ -18,7 +18,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
| 18 | 18 | ||
| 19 | SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" | 19 | SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" |
| 20 | PV="2.2.2+git${SRCPV}" | 20 | PV="2.2.2+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit setuptools3 python3-dir update-rc.d hosts identity | 22 | inherit setuptools3 python3-dir update-rc.d hosts identity |
| 24 | 23 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index b9045e2..a0dfaa4 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "git://github.com/openstack/trove.git;branch=master;protocol=https \ | |||
| 12 | 12 | ||
| 13 | SRCREV="11996635299396f181f5aec3c6825f8011d45e2c" | 13 | SRCREV="11996635299396f181f5aec3c6825f8011d45e2c" |
| 14 | PV="4.0.0+git${SRCPV}" | 14 | PV="4.0.0+git${SRCPV}" |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit update-rc.d setuptools3 identity hosts useradd default_configs | 16 | inherit update-rc.d setuptools3 identity hosts useradd default_configs |
| 18 | 17 | ||
| @@ -60,7 +59,6 @@ do_install:append() { | |||
| 60 | done | 59 | done |
| 61 | fi | 60 | fi |
| 62 | 61 | ||
| 63 | |||
| 64 | install -d ${D}${localstatedir}/lib/trove | 62 | install -d ${D}${localstatedir}/lib/trove |
| 65 | 63 | ||
| 66 | cp -r ${TEMPLATE_CONF_DIR}/* ${TROVE_CONF_DIR} | 64 | cp -r ${TEMPLATE_CONF_DIR}/* ${TROVE_CONF_DIR} |
| @@ -116,10 +114,8 @@ do_install:append() { | |||
| 116 | -i ${TROVE_CONF_DIR}/$file | 114 | -i ${TROVE_CONF_DIR}/$file |
| 117 | done | 115 | done |
| 118 | 116 | ||
| 119 | |||
| 120 | done | 117 | done |
| 121 | 118 | ||
| 122 | |||
| 123 | # Modify api-paste.ini | 119 | # Modify api-paste.ini |
| 124 | sed -e "s:%SERVICE_TENANT_NAME%:${TROVE_TENANT}:g" \ | 120 | sed -e "s:%SERVICE_TENANT_NAME%:${TROVE_TENANT}:g" \ |
| 125 | -i ${TROVE_CONF_DIR}/api-paste.ini | 121 | -i ${TROVE_CONF_DIR}/api-paste.ini |
| @@ -140,10 +136,8 @@ do_install:append() { | |||
| 140 | sed "/^${delete}\(.*\)/d" -i ${TROVE_CONF_DIR}/api-paste.ini | 136 | sed "/^${delete}\(.*\)/d" -i ${TROVE_CONF_DIR}/api-paste.ini |
| 141 | done | 137 | done |
| 142 | 138 | ||
| 143 | |||
| 144 | } | 139 | } |
| 145 | 140 | ||
| 146 | |||
| 147 | pkg_postinst:${SRCNAME}-setup () { | 141 | pkg_postinst:${SRCNAME}-setup () { |
| 148 | # python-trove-setup postinst start | 142 | # python-trove-setup postinst start |
| 149 | if [ -z "$D" ]; then | 143 | if [ -z "$D" ]; then |
| @@ -171,7 +165,6 @@ pkg_postinst:${SRCNAME}-setup () { | |||
| 171 | fi | 165 | fi |
| 172 | } | 166 | } |
| 173 | 167 | ||
| 174 | |||
| 175 | USERADD_PACKAGES = "${PN}" | 168 | USERADD_PACKAGES = "${PN}" |
| 176 | GROUPADD_PARAM:${PN} = "--system trove" | 169 | GROUPADD_PARAM:${PN} = "--system trove" |
| 177 | USERADD_PARAM:${PN} = "--system --home /var/lib/trove -g trove \ | 170 | USERADD_PARAM:${PN} = "--system --home /var/lib/trove -g trove \ |
| @@ -231,8 +224,6 @@ FILES:${SRCNAME}-setup = " \ | |||
| 231 | ${sysconfdir}/${SRCNAME}/* \ | 224 | ${sysconfdir}/${SRCNAME}/* \ |
| 232 | " | 225 | " |
| 233 | 226 | ||
| 234 | |||
| 235 | |||
| 236 | DEPENDS += " \ | 227 | DEPENDS += " \ |
| 237 | python-pbr \ | 228 | python-pbr \ |
| 238 | python-pip \ | 229 | python-pip \ |
| @@ -315,7 +306,6 @@ RDEPENDS:${SRCNAME}-tests += " \ | |||
| 315 | python-pexpect \ | 306 | python-pexpect \ |
| 316 | " | 307 | " |
| 317 | 308 | ||
| 318 | |||
| 319 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-conductor ${SRCNAME}-taskmanager" | 309 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-conductor ${SRCNAME}-taskmanager" |
| 320 | 310 | ||
| 321 | INITSCRIPT_NAME:${SRCNAME}-api = "trove-api" | 311 | INITSCRIPT_NAME:${SRCNAME}-api = "trove-api" |
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index a9d20ed..0c68a5d 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |||
| @@ -12,11 +12,9 @@ SRC_URI = "\ | |||
| 12 | 12 | ||
| 13 | PV = "3.0.0+git${SRCPV}" | 13 | PV = "3.0.0+git${SRCPV}" |
| 14 | SRCREV = "960843de8142db6e61cc4d148a51f55862acbba0" | 14 | SRCREV = "960843de8142db6e61cc4d148a51f55862acbba0" |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit setuptools3 hosts default_configs rmargparse | 16 | inherit setuptools3 hosts default_configs rmargparse |
| 18 | 17 | ||
| 19 | |||
| 20 | USERADD_PACKAGES = "${PN}" | 18 | USERADD_PACKAGES = "${PN}" |
| 21 | 19 | ||
| 22 | PROVIDES += " \ | 20 | PROVIDES += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb index 5e7c140..cd11d2c 100644 --- a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb | |||
| @@ -12,6 +12,6 @@ SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz" | |||
| 12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" | 12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" |
| 13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" | 13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/py-amqplib-${PV}" | 15 | S = "${UNPACKDIR}/py-amqplib-${PV}" |
| 16 | 16 | ||
| 17 | inherit setuptools3 | 17 | inherit setuptools3 |
diff --git a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb index 614c4eb..07ef1f4 100644 --- a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb +++ b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV} | |||
| 11 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" | 11 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" |
| 12 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" | 12 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/avahi-${PV}" | 14 | S = "${UNPACKDIR}/avahi-${PV}" |
| 15 | 15 | ||
| 16 | inherit python3native python3-dir | 16 | inherit python3native python3-dir |
| 17 | 17 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb index 7a0fc81..31eb14e 100644 --- a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV = "5.0.1+git${SRCPV}" | 11 | PV = "5.0.1+git${SRCPV}" |
| 12 | SRCREV = "1f0feb30ccd3b19bc23453d85d3266c85fcf04d6" | 12 | SRCREV = "1f0feb30ccd3b19bc23453d85d3266c85fcf04d6" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb index 7e50557..7b88632 100644 --- a/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb | |||
| @@ -23,5 +23,4 @@ do_install:append() { | |||
| 23 | find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type d -exec chmod 755 {} \; | 23 | find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type d -exec chmod 755 {} \; |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | |||
| 27 | CLEANBROKEN = "1" | 26 | CLEANBROKEN = "1" |
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb index 745de51..41e3633 100644 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb | |||
| @@ -16,4 +16,3 @@ RDEPENDS:${PN} += " \ | |||
| 16 | python3-stevedore \ | 16 | python3-stevedore \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | |||
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb index 9592660..28d9b8a 100644 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb | |||
| @@ -9,4 +9,3 @@ SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9 | |||
| 9 | 9 | ||
| 10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
| 11 | 11 | ||
| 12 | |||
diff --git a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb index 7dc729c..9c923f6 100644 --- a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV="0.22.0+git${SRCPV}" | 11 | PV="0.22.0+git${SRCPV}" |
| 12 | SRCREV="49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" | 12 | SRCREV="49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb index 24b3220..7298f97 100644 --- a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb | |||
| @@ -11,8 +11,6 @@ SRCNAME = "kafka-python" | |||
| 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;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/mumrah/${SRCNAME}.git;branch=master;protocol=https" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 | 14 | inherit setuptools3 |
| 17 | 15 | ||
| 18 | DEPENDS += " \ | 16 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb index 689cb0d..e704d03 100644 --- a/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "\ | |||
| 15 | 15 | ||
| 16 | PV = "4.1.0+git${SRCPV}" | 16 | PV = "4.1.0+git${SRCPV}" |
| 17 | SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292" | 17 | SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292" |
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit setuptools3 monitor | 19 | inherit setuptools3 monitor |
| 21 | 20 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb index 66ed642..133b784 100644 --- a/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "\ | |||
| 12 | 12 | ||
| 13 | PV = "4.17.1+git${SRCPV}" | 13 | PV = "4.17.1+git${SRCPV}" |
| 14 | SRCREV = "6712e8b7125fcbcf891b7e89ecb240798dad28ac" | 14 | SRCREV = "6712e8b7125fcbcf891b7e89ecb240798dad28ac" |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit setuptools3 | 16 | inherit setuptools3 |
| 18 | 17 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb index aaa5d68..e6477a4 100644 --- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb | |||
| @@ -13,8 +13,6 @@ SRCREV = "959e068fec8b4c956b0d82269336818e667726e7" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master;protocol=https" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit setuptools3 | 16 | inherit setuptools3 |
| 19 | 17 | ||
| 20 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb index 0860aae..ad3d7c8 100644 --- a/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV = "1.0.1+git${SRCPV}" | 11 | PV = "1.0.1+git${SRCPV}" |
| 12 | SRCREV = "2c36df6bf33e42c379fbd8228fbe63c77b3714b1" | 12 | SRCREV = "2c36df6bf33e42c379fbd8228fbe63c77b3714b1" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-novnc_git.bb b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb index b41b587..39336c6 100644 --- a/meta-openstack/recipes-devtools/python/python3-novnc_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb | |||
| @@ -11,8 +11,6 @@ PV = "1.3.0" | |||
| 11 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ |
| 12 | file://python-distutils.patch" | 12 | file://python-distutils.patch" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 | 14 | inherit setuptools3 |
| 17 | 15 | ||
| 18 | DEPENDS += " python3-websockify" | 16 | DEPENDS += " python3-websockify" |
diff --git a/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb b/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb index 5e5035d..7528d57 100644 --- a/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = " \ | |||
| 10 | 10 | ||
| 11 | PV = "0.52.0+git${SRCPV}" | 11 | PV = "0.52.0+git${SRCPV}" |
| 12 | SRCREV = "e169c495de39a2d97ef1d8bb7894b18e4ef268dd" | 12 | SRCREV = "e169c495de39a2d97ef1d8bb7894b18e4ef268dd" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb index cef666d..5c67d6d 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | SRCREV = "f0cf77672fed70f20896c23015cb50341f311f38" | 10 | SRCREV = "f0cf77672fed70f20896c23015cb50341f311f38" |
| 11 | 11 | ||
| 12 | PV = "4.0.1+git${SRCPV}" | 12 | PV = "4.0.1+git${SRCPV}" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
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 a8fe3c0..337abe0 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV = "2.2.0+git${SRCPV}" | 11 | PV = "2.2.0+git${SRCPV}" |
| 12 | SRCREV = "d7928102d69dadf653c9f734e5cf8fd504335849" | 12 | SRCREV = "d7928102d69dadf653c9f734e5cf8fd504335849" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
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 b8a23fb..8c59c26 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV = "5.1.0+git${SRCPV}" | 11 | PV = "5.1.0+git${SRCPV}" |
| 12 | SRCREV = "066c1c49b52de17217edfdbefe9c96e457ad23d2" | 12 | SRCREV = "066c1c49b52de17217edfdbefe9c96e457ad23d2" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
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 5ce82ed..910f5f8 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" | |||
| 10 | SRCNAME = "oslo.cache" | 10 | SRCNAME = "oslo.cache" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | # DEPENDS_default: python-pip | 15 | # DEPENDS_default: python-pip |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb index abcff6b..276efff 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "1b25351d1c63e573068fff3d16faca440bbdcabf" | |||
| 10 | SRCNAME = "oslo.concurrency" | 10 | SRCNAME = "oslo.concurrency" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | # DEPENDS_default: python3-pip | 15 | # DEPENDS_default: python3-pip |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb index 2aa318f..abecac5 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 9 | 9 | ||
| 10 | PV = "2.17.0+git${SRCPV}" | 10 | PV = "2.17.0+git${SRCPV}" |
| 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" | 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 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 0a5a05d..ea2b530 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "e42c73343f640eaacb0a76d204eb55c85de4f5d5" | |||
| 10 | SRCNAME = "oslo.db" | 10 | SRCNAME = "oslo.db" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
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 49709d6..d12dd3b 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | |||
| @@ -12,8 +12,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
| 12 | 12 | ||
| 13 | inherit setuptools3 | 13 | inherit setuptools3 |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | 15 | # DEPENDS_default: python-pip |
| 18 | 16 | ||
| 19 | DEPENDS += " \ | 17 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb index c702e5c..3447658 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 9 | 9 | ||
| 10 | PV = "3.30.3+git${SRCPV}" | 10 | PV = "3.30.3+git${SRCPV}" |
| 11 | SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" | 11 | SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 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 0dc65be..9ac3b42 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
| 9 | 9 | ||
| 10 | PV = "12.5.0+git${SRCPV}" | 10 | PV = "12.5.0+git${SRCPV}" |
| 11 | SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" | 11 | SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb index 51b3e7c..d651330 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179" | |||
| 10 | SRCNAME = "oslo.middleware" | 10 | SRCNAME = "oslo.middleware" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | # DEPENDS_default: python3-pip | 15 | # DEPENDS_default: python3-pip |
| @@ -25,7 +23,6 @@ DEPENDS += " \ | |||
| 25 | python3-pbr-native \ | 23 | python3-pbr-native \ |
| 26 | " | 24 | " |
| 27 | 25 | ||
| 28 | |||
| 29 | # RDEPENDS:default: | 26 | # RDEPENDS:default: |
| 30 | RDEPENDS:${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
| 31 | python3-pbr \ | 28 | python3-pbr \ |
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 e567432..b326b49 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb | |||
| @@ -11,8 +11,6 @@ SRCREV = "cab28649c689067970a51a2f9b329bdd6a0f0501" | |||
| 11 | SRCNAME = "oslo.policy" | 11 | SRCNAME = "oslo.policy" |
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 | 14 | inherit setuptools3 |
| 17 | 15 | ||
| 18 | DEPENDS += " \ | 16 | DEPENDS += " \ |
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 f6e5102..5ddb650 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
| 9 | 9 | ||
| 10 | PV = "2.4.0+git${SRCPV}" | 10 | PV = "2.4.0+git${SRCPV}" |
| 11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" | 11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 14 | ||
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 1b9e493..b767a67 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" | |||
| 10 | SRCNAME = "oslo.reports" | 10 | SRCNAME = "oslo.reports" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
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 b873afd..08d0212 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "ff61e1577c3aaec6242951876263108559d1a203" | |||
| 10 | SRCNAME = "oslo.rootwrap" | 10 | SRCNAME = "oslo.rootwrap" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | # DEPENDS_default: python3-pip | 15 | # DEPENDS_default: python3-pip |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb index 542404a..27c0819 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 9 | 9 | ||
| 10 | PV = "2.20.0+git${SRCPV}" | 10 | PV = "2.20.0+git${SRCPV}" |
| 11 | SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" | 11 | SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb index 7ea4373..d63fb5b 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "8481ce67951aa1b44203c03639b79e06f65bd8bc" | |||
| 10 | SRCNAME = "oslo.service" | 10 | SRCNAME = "oslo.service" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb index 7bec980..e2ab168 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 9 | 9 | ||
| 10 | PV = "3.28.0+git${SRCPV}" | 10 | PV = "3.28.0+git${SRCPV}" |
| 11 | SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" | 11 | SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | # DEPENDS_default: python3-pip | 13 | # DEPENDS_default: python3-pip |
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
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 b24158e..1c12284 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1" | |||
| 10 | SRCNAME = "oslo.versionedobjects" | 10 | SRCNAME = "oslo.versionedobjects" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
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 e748a1f..08f6aef 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294" | |||
| 10 | SRCNAME = "oslo.vmware" | 10 | SRCNAME = "oslo.vmware" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb index c441650..9821c35 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb | |||
| @@ -12,8 +12,6 @@ SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740" | |||
| 12 | SRCNAME = "oslotest" | 12 | SRCNAME = "oslotest" |
| 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | 15 | inherit setuptools3 |
| 18 | 16 | ||
| 19 | DEPENDS += "\ | 17 | DEPENDS += "\ |
diff --git a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb index b5de262..4024656 100644 --- a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
| 9 | 9 | ||
| 10 | PV = "0.4.4+git${SRCPV}" | 10 | PV = "0.4.4+git${SRCPV}" |
| 11 | SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" | 11 | SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" |
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | inherit setuptools3 | 13 | inherit setuptools3 |
| 15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb index 4f9618d..0beb99b 100644 --- a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "2402013a8719873d65136fc283e1855166adbc26" | |||
| 10 | SRCNAME = "pycadf" | 10 | SRCNAME = "pycadf" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" | 15 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" |
diff --git a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb index 7dfd0f8..f131259 100644 --- a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb | |||
| @@ -26,5 +26,4 @@ SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master;prot | |||
| 26 | 26 | ||
| 27 | PV = "3.2.1+git${SRCPV}" | 27 | PV = "3.2.1+git${SRCPV}" |
| 28 | SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811" | 28 | SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811" |
| 29 | S = "${WORKDIR}/git" | ||
| 30 | 29 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb index 51cf18e..a939d5f 100644 --- a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb | |||
| @@ -11,8 +11,6 @@ SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;protocol=h | |||
| 11 | SRCREV = "8d21627a4eef316d22cc424deeca16a0ec8472e9" | 11 | SRCREV = "8d21627a4eef316d22cc424deeca16a0ec8472e9" |
| 12 | PV = "2018.9.21+git${SRCPV}" | 12 | PV = "2018.9.21+git${SRCPV}" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
| 17 | python3-mock \ | 15 | python3-mock \ |
| 18 | python3-unittest \ | 16 | python3-unittest \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb index 193f80e..7425580 100644 --- a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb | |||
| @@ -10,7 +10,6 @@ SRC_URI = "\ | |||
| 10 | 10 | ||
| 11 | PV="2.14.1+git${SRCPV}" | 11 | PV="2.14.1+git${SRCPV}" |
| 12 | SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" | 12 | SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" |
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit setuptools3 | 14 | inherit setuptools3 |
| 16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-trollius_git.bb b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb index 12941ba..964a699 100644 --- a/meta-openstack/recipes-devtools/python/python3-trollius_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb | |||
| @@ -10,8 +10,6 @@ SRCREV = "7b2d8abfce1d7ef18ef516f9b1b7032172630375" | |||
| 10 | SRCNAME = "trollius" | 10 | SRCNAME = "trollius" |
| 11 | SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius;protocol=https" | 11 | SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | 13 | inherit setuptools3 |
| 16 | 14 | ||
| 17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
