summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-netaddr: Remove the recipezangrc2019-12-121-10/+0
| | | | | | | Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-*: switch remaining (https) pypi recipes to use the pypi classMark Asselstine2017-11-171-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The original commit to switch pypi recipes to use the pypi.bbclass only addressed the urgent need to get the recipes using "http" converted. This change is the same but converts the remaining pypi recipes which were already uing "https". Cleanup the various python-* recipes which download from pypi. The biggest change is to "inherit pypi" which should result in us always using current pypi best practices. This will for example ensure we are using https and not http which is apparently going to be disabled soon. In most cases we are able to drop SRC_URI, however, for some recipes which use 'zip' or 'bz2' extensions we need to set PYPI_PACKAGE_EXT. In all cases we can drop the defining of 'S' and 'PR' as the pypi class and the PR server will set these correctly. In most cases we can drop SRCNAME. Where needed we instead set PYPI_PACKAGE to overwrite the derived name that the pypi class would otherwise calculate. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-netaddr: switch to setuptoolsMark Asselstine2017-01-301-1/+1
| | | | | | | | | | | The uprev done in commit 0f9fb18e1883 didn't take into account that upstream moved to use setuptools (see upstream commit a8509c0c7c4c [cleaned up of older conventions and switched to setuptools]). Switch to setup tools to match this upstream change. This will fix errors seen when attempting to 'import netaddr'. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-netaddr: uprev to 0.7.19Mark Asselstine2017-01-171-0/+16
Required for the uprev of python-oslo.config to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>