diff options
| author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2015-05-28 11:13:59 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-06-01 12:00:15 -0400 |
| commit | 6bb7b08acc6c00b6203cbb86a3e68b73d30abcbf (patch) | |
| tree | 991c47d9bd9c6bd61b2e6bd792a636eec4e0a7fd | |
| parent | c5feedcbab087538da2dea0cf0f32db5b1efa5df (diff) | |
| download | meta-cloud-services-6bb7b08acc6c00b6203cbb86a3e68b73d30abcbf.tar.gz | |
salt: upgrade to 2015.5
python-request is now only a dependency of salt-cloud.
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-support/salt/salt_2015.5.0.bb (renamed from meta-openstack/recipes-support/salt/salt_2014.7.4.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-support/salt/salt_2014.7.4.bb b/meta-openstack/recipes-support/salt/salt_2015.5.0.bb index 5b618e0..0eb6f9d 100644 --- a/meta-openstack/recipes-support/salt/salt_2014.7.4.bb +++ b/meta-openstack/recipes-support/salt/salt_2015.5.0.bb | |||
| @@ -7,7 +7,6 @@ DEPENDS = "\ | |||
| 7 | python-pyyaml \ | 7 | python-pyyaml \ |
| 8 | python-jinja2 \ | 8 | python-jinja2 \ |
| 9 | python-markupsafe \ | 9 | python-markupsafe \ |
| 10 | python-requests \ | ||
| 11 | python-pyzmq \ | 10 | python-pyzmq \ |
| 12 | python-pycrypto \ | 11 | python-pycrypto \ |
| 13 | python-m2crypto \ | 12 | python-m2crypto \ |
| @@ -28,8 +27,8 @@ SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}. | |||
| 28 | file://roster \ | 27 | file://roster \ |
| 29 | " | 28 | " |
| 30 | 29 | ||
| 31 | SRC_URI[md5sum] = "622404c0a6c38224f82a4c7b2927db61" | 30 | SRC_URI[md5sum] = "5091f15202c852a3e92692035b05c872" |
| 32 | SRC_URI[sha256sum] = "0adf4c138ebd26745b1d1157be0772d89da3582fe8a6622a8031cbe32a28e9f3" | 31 | SRC_URI[sha256sum] = "e0d5b3ec220d8c956120bf2faa00bb7013e500eef7a697bc428cb179a136a5d2" |
| 33 | 32 | ||
| 34 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 33 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 35 | 34 | ||
| @@ -90,7 +89,7 @@ INITSCRIPT_PARAMS_${PN}-minion = "defaults" | |||
| 90 | SUMMARY_${PN}-common = "shared libraries that salt requires for all packages" | 89 | SUMMARY_${PN}-common = "shared libraries that salt requires for all packages" |
| 91 | DESCRIPTION_${PN}-common ="${DESCRIPTION_COMMON} This particular package provides shared libraries that \ | 90 | DESCRIPTION_${PN}-common ="${DESCRIPTION_COMMON} This particular package provides shared libraries that \ |
| 92 | salt-master, salt-minion, and salt-syndic require to function." | 91 | salt-master, salt-minion, and salt-syndic require to function." |
| 93 | RDEPENDS_${PN}-common = "python (>= 2.7) python (< 2.8) python-jinja2 python-pyyaml python-requests" | 92 | RDEPENDS_${PN}-common = "python (>= 2.7) python (< 2.8) python-jinja2 python-pyyaml" |
| 94 | RRECOMMENDS_${PN}-common = "lsb" | 93 | RRECOMMENDS_${PN}-common = "lsb" |
| 95 | RSUGGESTS_${PN}-common = "python-mako python-git" | 94 | RSUGGESTS_${PN}-common = "python-mako python-git" |
| 96 | RCONFLICTS_${PN}-common = "python-mako (< 0.7.0)" | 95 | RCONFLICTS_${PN}-common = "python-mako (< 0.7.0)" |
| @@ -137,7 +136,7 @@ INITSCRIPT_PARAMS_${PN}-syndic = "defaults" | |||
| 137 | 136 | ||
| 138 | SUMMARY_${PN}-cloud = "public cloud VM management system" | 137 | SUMMARY_${PN}-cloud = "public cloud VM management system" |
| 139 | DESCRIPTION_${PN}-cloud = "provision virtual machines on various public clouds via a cleanly controlled profile and mapping system." | 138 | DESCRIPTION_${PN}-cloud = "provision virtual machines on various public clouds via a cleanly controlled profile and mapping system." |
| 140 | RDEPENDS_${PN}-cloud = "python ${PN}-common (= ${EXTENDPKGV}) python-msgpack" | 139 | RDEPENDS_${PN}-cloud = "python ${PN}-common (= ${EXTENDPKGV}) python-msgpack python-requests" |
| 141 | RSUGGESTS_${PN}-cloud = "python-netaddr python-botocore" | 140 | RSUGGESTS_${PN}-cloud = "python-netaddr python-botocore" |
| 142 | CONFFILES_${PN}-cloud = "${sysconfdir}/${PN}/cloud" | 141 | CONFFILES_${PN}-cloud = "${sysconfdir}/${PN}/cloud" |
| 143 | FILES_${PN}-cloud = "${bindir}/${PN}-cloud ${sysconfdir}/${PN}/cloud.conf.d/ ${sysconfdir}/${PN}/cloud.profiles.d/ ${sysconfdir}/${PN}/cloud.providers.d/ ${CONFFILES_${PN}-cloud}" | 142 | FILES_${PN}-cloud = "${bindir}/${PN}-cloud ${sysconfdir}/${PN}/cloud.conf.d/ ${sysconfdir}/${PN}/cloud.profiles.d/ ${sysconfdir}/${PN}/cloud.providers.d/ ${CONFFILES_${PN}-cloud}" |
