diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-10-20 14:42:28 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:27:51 -0400 |
| commit | b8245fa5a000f341f254df9d85b1e3ff3fb572ce (patch) | |
| tree | 2417f44657b439fb4986ff39bdccfa13f343bcfc /meta-openstack/recipes-devtools/python/python-testrepository.inc | |
| parent | 62733df83129cdbea5de91d60999d67c932257e8 (diff) | |
| download | meta-cloud-services-b8245fa5a000f341f254df9d85b1e3ff3fb572ce.tar.gz | |
python3-testrepository: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testrepository.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testrepository.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testrepository.inc b/meta-openstack/recipes-devtools/python/python-testrepository.inc deleted file mode 100644 index 673141d..0000000 --- a/meta-openstack/recipes-devtools/python/python-testrepository.inc +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "A repository of test results" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b" | ||
| 8 | SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-subunit \ | ||
| 13 | ${PYTHON_PN}-extras \ | ||
| 14 | " | ||
| 15 | |||
| 16 | CLEANBROKEN = "1" | ||
| 17 | |||
