summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
...
* python-jsonpointer: inherit setuptools instead of distutilsJackie Huang2015-10-061-1/+1
| | | | | | | | | setup.py for this pkg uses setuptools, not distutils: "from setuptools import setup" Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-glancestore: requires python module enumJosep Puigdemont2015-09-291-0/+1
| | | | | | | | | In capabilities, glance store imports enum, which is available since python 3.4. For earlier versions of python we can use the backported package python-enum34 from meta-python. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python packages: add build dependency on python-pbrJosep Puigdemont2015-09-2218-0/+54
| | | | | | | | | | | | | Some packages fail to build because their dependency on python-pbr during built time is not properly stated in the recipe. Sometimes the build succeeds anyway because the python-pbr package has already been built previously. To avoid the occasional build failure, this patch adds a dependency on python-pbr to all those packages that declare it as a dependency in their setup.py file. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-fixtures: depends on python-pbrJosep Puigdemont2015-09-161-1/+7
| | | | | | | | | | | Fixes this build error: | File ".../sysroots/x86_64-linux/usr/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/setuptools/command/easy_install.py", line 592, in easy_install | raise DistutilsError(msg) | distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr') | ERROR: python setup.py build_ext execution failed. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cliff: account for dependency on python-pbrJosep Puigdemont2015-09-101-1/+7
| | | | | | | | | | | | This fixes this build error: | File ".../x86_64-linux/usr/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/setuptools/command/easy_install.py", line 592, in easy_install | raise DistutilsError(msg) | distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr') | ERROR: python setup.py build_ext execution failed. | WARNING: exit code 1 from a shell command. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-memcache: add missing dependencyJosep Puigdemont2015-09-101-0/+2
| | | | | | | | | | | | | | python-memcache requires python-nose, this fixes this build error: | File ".../x86_64-linux/usr/lib/python2.7/site-packages/distribute-0.6.32-py2.7.egg/setuptools/command/easy_install.py", line 592, in easy_install | raise DistutilsError(msg) | distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('nose>=1.0') | ERROR: python setup.py build_ext execution failed. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at .../python-memcache/1.2.5-r0/temp/log.do_compile.24701) Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-futures: fix the incorrect checksumJackie Huang2015-08-101-4/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-suds: upgrade 0.4 -> 0.4.1Li xin2015-07-291-2/+2
| | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* psycopg2: fix License field parse errorBruce Ashfield2015-04-171-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2_2.5: The license should be GPLv3+Lei Maohui2015-04-161-1/+1
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-ceilometerclient: fix the version to 1.0.13Jackie Huang2015-04-161-2/+2
| | | | | | | | The specified SRCREV is actually pointed to the latest version 1.0.13. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-barbicanclient: upgrade to 3.0.3Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cephclient: upgrade to 0.1.0.5Jackie Huang2015-04-161-3/+3
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-glanceclient: upgrade to 0.17.0Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-heatclient: upgrade to 0.4.0Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-keystoneclient: upgrade to 1.3.0Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-novaclient: upgrade to 2.23.0Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-neutronclient: upgrade to 2.4.0Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-swiftclient: upgrade to 2.4.0Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-saharaclient: upgrade to 0.8.0Jackie Huang2015-04-161-2/+2
| | | | | | | 0.7.7 and 0.8.0 are actually the same. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-openstackclient: upgrade to 1.0.3Jackie Huang2015-04-161-3/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-troveclient: upgrade to 1.0.9Jackie Huang2015-04-161-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslotest: correct the SRC_URI and add bash to rdependsJackie Huang2015-04-081-3/+4
| | | | | | | | | | | - It's updated to 1.4.0 in previous commit but the SRC_URI and checksums are incorrect. - The scripts in python-oslotest needs bash so add it to rdepends to avoid: WARNING: QA Issue: python-oslotest requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pyudev: fix the license formatJackie Huang2015-04-081-1/+1
| | | | | | | | Fix the license format to avoid: Parsing recipes...WARNING: python-pyudev: LICENSE value "LGPL 2.1" has an invalid format Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Add missing dependencies for keystone, fixtures and testtoolsJackie Huang2015-04-083-0/+6
| | | | | | | | | | | | | | | | | | | These missing dependencies are found when running keystone tests: File "/usr/lib/python2.7/site-packages/keystone/tests/unit/core.py", line 28, in <module> import fixtures ImportError: No module named fixtures File "/usr/lib/python2.7/site-packages/keystone/tests/unit/core.py", line 32, in <module> import oslotest.base as oslotest ImportError: No module named oslotest.base File "/usr/lib/python2.7/site-packages/fixtures/fixture.py", line 26, in <module> from testtools.compat import ( ImportError: No module named testtools.compat File "/usr/lib/python2.7/site-packages/testtools/compat.py", line 31, in <module> from extras import try_imports ImportError: No module named extras Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libs: version refreshBruce Ashfield2015-03-253-4/+14
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libraries: refresh to latest versionsBruce Ashfield2015-03-245-6/+6
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python: remove recipes that are now in meta-virtualizationMark Asselstine2015-03-208-164/+0
| | | | | | | | | | | | | | | | | | In order for meta-virtualization to include a recipe for docker and docker-registry these recipes have been moved to allow meta-virtualization to exist without a circular dependency with meta-cloud-services. There is already a dependency here on meta-virtualization so this will ensure recipes in meta-cloud-services will still build as they did before. A concern does exist that several OpenStack recipes have a tight binding on specific versions of these recipes. This move doesn't prevent meta-cloud-services from hosting its own version of these recipes in the future and making use of 'preferred' version to control this binding. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: fix kilo login / page renderingBruce Ashfield2015-03-133-3/+25
| | | | | | | | | With this commit, we add a missing dependency (pint) and update the angular support libary to the proper version for kilo support. We can now render and log into the dashboard. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: fix jsonschema and retrying depdenciesBruce Ashfield2015-03-123-3/+4
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* core: BROKEN: Initial update to kilo branches and REVsBruce Ashfield2015-03-1011-43/+57
| | | | | | | | | | | | | This is the initial update to the kilo branches and SRCREVs for some of the core projects. These are known to NOT work, due to SSLv3 issues with oe-core, and missing config/dependencies. Incremental updates will fix issues with the components, but they are best done in-tree, rather than sitting on a huge pile of changes. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* support libs: round2 refreshBruce Ashfield2015-03-0911-55/+25
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* support-libs: refresh round1Bruce Ashfield2015-03-0333-67/+87
| | | | | | | Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oslo: update db to 1.5.0 releaseBruce Ashfield2015-03-021-2/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* kilo: add and update dependency packagesBruce Ashfield2015-03-026-0/+155
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* support-libs: fix clean issuesBruce Ashfield2015-02-249-3/+44
| | | | | | | | | | | | | With recent changes to oe-core make clean is run during the configuration phase of python packages. For some packages, this causes breakage as 'make clean' is not supported. To keep the build going, we mark them as brokenclean to avoid the issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oslo.messaging: add bash to rdependsBruce Ashfield2015-02-221-0/+1
| | | | | | | | | | We get the following QA warning: WARNING: QA Issue: python-oslo.messaging requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] So we add bash to the redepends to fix the issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* evenlet: updatedat to 0.16.1Bruce Ashfield2015-02-211-2/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oslo: update to latest versionsBruce Ashfield2015-02-218-15/+15
| | | | | | | To get the clients functional, we need to update to the latest oslo release (and git trees). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* oslo: update utils and i18nBruce Ashfield2015-02-212-4/+4
| | | | | | | The openstack clients need updated oslo libraries, so we bump the versions here. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* QA: fix build and runtime warningsBruce Ashfield2015-02-2112-1/+20
| | | | | | | oe-core now warns on detected missing runtime and build time warnings. So we update our recipes to have these missingn deps (largely bash). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* clients: update to the latest available clientsBruce Ashfield2015-02-209-20/+19
| | | | | | To start the kilo update cycle, we refresh and update the clients. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* bbappends: resync to oe-core versionsBruce Ashfield2015-02-202-137/+0
| | | | | | Updating the bbappends to match the oe-core versions ~commit 530565c6cb77319f4cc49edeea6fec6be997415d Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* trove: switch to basename <file> <suffix>Bruce Ashfield2014-12-031-1/+1
| | | | | | | basename -s is not unviversally supported, so we switch to something more standard. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* core: update to stable/juno release branchesBruce Ashfield2014-11-2510-27/+28
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pexpect: fix download locationBruce Ashfield2014-11-181-5/+4
| | | | | | | | The meta-python pexpect version was being preffered and masking errors in the download location. So we switch to the pypi location and we can once again download. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* core: update to juno 2014.2 + dependenciesBruce Ashfield2014-11-1718-32/+34
| | | | | | | syncing the core components to the latest juno hashes. We also introduce new packages and update others to meet the juno requirements. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nova: update configuration settingsBruce Ashfield2014-11-171-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following nova commit: commit 5cacad3508570ce70b1f9ef620e0508169687fda Author: Gary Kotton <gkotton@vmware.com> Date: Tue Jun 3 03:44:40 2014 -0700 Deprecate neutron_* configuration settings Create a new section in the configuration file called 'neutron'. Move all of the neutron_* configuration settings to this section. DocImpact The table below has the changes: +---------------------------------+-------------------------+ | 'DEFAULT' Section | 'neutron' Section | |---------------------------------|-------------------------| | neutron_url | url | | neutron_url_timeout | url_timeout | | neutron_admin_username | admin_username | | neutron_admin_password | admin_password | | neutron_admin_tenant_id | admin_tenant_id | | neutron_admin_tenant_name | admin_tenant_name | | neutron_region_name | region_name | | neutron_admin_auth_url | admin_auth_url | | neutron_api_insecure | api_insecure | | neutron_auth_strategy | auth_strategy | | neutron_region_name | region_name | | neutron_ovs_bridge | ovs_bridge | | neutron_extension_sync_interval | extension_sync_interval | | neutron_ca_certificates_file | ca_certificates_file | +---------------------------------+-----------------------=-+ Means that we need to create a [neturon] section, move and rename our configs appropriately. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* core: add juno (2014.2) dependenciesBruce Ashfield2014-11-117-0/+54
| | | | | | Updating components and support utilities for the juno 2014.2 update. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* trove: update core package and dependencies to juno -rc2Bruce Ashfield2014-11-104-11/+28
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>