diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:40:57 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | 3f174923c7da9ec2805672f933e20729f8ed1e7c (patch) | |
| tree | f57872e0bb8429465b2fd2c3f20981de94f4b627 /meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb | |
| parent | 38682b461c31c252e2b3647d574727149a7423d4 (diff) | |
| download | meta-cloud-services-3f174923c7da9ec2805672f933e20729f8ed1e7c.tar.gz | |
python-oslo*: convert to 'git' and uprev
These python-oslo* recipes did not previously use git so switching
them to make future uprevs simpler. While we are at it uprev to the
version required for the liberty release.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb deleted file mode 100644 index 6f4f766..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslotest_1.6.0.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | DESCRIPTION = "OpenStack test framework and test fixtures. \ | ||
| 2 | The oslotest package can be cross-tested against its consuming projects to ensure \ | ||
| 3 | that no changes to the library break the tests in those other projects." | ||
| 4 | HOMEPAGE = "https://pypi.python.org/pypi/oslotest" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | LICENSE = "BSD" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 8 | |||
| 9 | SRCNAME = "oslotest" | ||
| 10 | |||
| 11 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "54ba62e2e13619616ddce772fb267106" | ||
| 15 | SRC_URI[sha256sum] = "cb65b53b753375b669dcdb4717c362a205d19e3d16ca26310c0916cfd359354c" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 18 | |||
| 19 | inherit setuptools | ||
| 20 | |||
| 21 | DEPENDS += "\ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS_${PN} = "python-fixtures \ | ||
| 26 | python-subunit \ | ||
| 27 | python-testrepository \ | ||
| 28 | python-testscenarios \ | ||
| 29 | python-testtools \ | ||
| 30 | python-mock \ | ||
| 31 | python-mox \ | ||
| 32 | python-pbr \ | ||
| 33 | bash \ | ||
| 34 | " | ||
