diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-08-27 11:52:54 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 17:08:22 -0400 |
| commit | 3765cf1422f3f0945fc4a8f4bbd84822f899d11c (patch) | |
| tree | c8bb5b8e29d229e486ba0b667c860ca2b168d8b0 /meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb | |
| parent | e3375229a37fff189a15dcc377c18fb0ddda8b54 (diff) | |
| download | meta-cloud-services-3765cf1422f3f0945fc4a8f4bbd84822f899d11c.tar.gz | |
python-croniter: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb index 2859441..c5cb414 100644 --- a/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb +++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.30.bb | |||
| @@ -1,21 +1,2 @@ | |||
| 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 | inherit setuptools pypi | 1 | inherit setuptools pypi |
| 14 | 2 | require python-croniter.inc | |
| 15 | DEPENDS += " \ | ||
| 16 | python-pip \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-dateutil \ | ||
| 21 | " | ||
