diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-07-06 16:46:48 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-08 23:05:23 -0400 |
| commit | 7de9b12ae1e074020e03e54ef04aad65f641d913 (patch) | |
| tree | c57be8832fa182ab0f30eaea0a66a4dca182d653 /meta-openstack/recipes-devtools/python/python-croniter.inc | |
| parent | 7cf1eed0fbe6116042e1d77b05c95ec8977f5238 (diff) | |
| download | meta-cloud-services-7de9b12ae1e074020e03e54ef04aad65f641d913.tar.gz | |
python3-croniter: Remove recipe
This recipe already exists in meta-openembedded, the path is:
meta-openembedded/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
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-croniter.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-croniter.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-croniter.inc b/meta-openstack/recipes-devtools/python/python-croniter.inc deleted file mode 100644 index 885aa9e..0000000 --- a/meta-openstack/recipes-devtools/python/python-croniter.inc +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "croniter provides iteration for datetime object with cron like format" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | ||
| 6 | |||
| 7 | # Archived version so we have to overwrite what the pypi class will derive | ||
| 8 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "e4a8987521b144c4c2149d4adde8f55c" | ||
| 11 | SRC_URI[sha256sum] = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590" | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | ${PYTHON_PN}-pip \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | ${PYTHON_PN}-dateutil \ | ||
| 19 | " | ||
