diff options
| author | Nathan Hartman <hnathan918@gmail.com> | 2020-02-13 14:48:14 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 17:19:52 -0500 |
| commit | 328c1bdf8b17995602a80b5b78c4098b40f74165 (patch) | |
| tree | 0617a30192b390662c9d1210c20adc7cff83d5c8 /meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb | |
| parent | c67f5df7b32932782f4352d58e5de6715af3838e (diff) | |
| download | meta-cloud-services-328c1bdf8b17995602a80b5b78c4098b40f74165.tar.gz | |
tox: Add python3 version
Signed-off-by: Nathan Hartman <nathan.hartman@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb b/meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb deleted file mode 100644 index 8184fb5..0000000 --- a/meta-openstack/recipes-devtools/python/python-tox_1.9.2.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | DESCRIPTION = "virtualenv-based automation of test activities" | ||
| 2 | HOMEPAGE = "http://tox.testrun.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d0fc2c2c954dc4d41043e67d4a8d8e7" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "f4db4d6a82d6a651e457ba55ef370258" | ||
| 8 | SRC_URI[sha256sum] = "3125a15da7381f59f835a25bd259a84acb7a69858c81e386c50027bd842bb91b" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python-pip \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | python-virtualenv \ | ||
| 18 | python-py \ | ||
| 19 | python-pytest \ | ||
| 20 | " | ||
| 21 | |||
| 22 | do_install_append() { | ||
| 23 | |||
| 24 | install -d ${D}/${sysconfdir}/${SRCNAME} | ||
| 25 | cp ${S}/tox.ini ${D}/${sysconfdir}/${SRCNAME} | ||
| 26 | cp ${S}/setup.py ${D}/${sysconfdir}/${SRCNAME} | ||
| 27 | cp ${S}/README.rst ${D}/${sysconfdir}/${SRCNAME} | ||
| 28 | |||
| 29 | ln -s ${PYTHON_SITEPACKAGES_DIR}/tox ${D}/${sysconfdir}/${SRCNAME}/tox | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES_${PN} += "${sysconfdir}/${SRCNAME}/*" | ||
