mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
python-iso8601: Extend recipe to support Python 3
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c4728e0f7b
commit
7d5ec62fed
@@ -0,0 +1,8 @@
|
|||||||
|
SUMMARY = "Simple module to parse ISO 8601 dates"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38"
|
||||||
|
SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
@@ -1,8 +1,2 @@
|
|||||||
SUMMARY = "Simple module to parse ISO 8601 dates"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "b06d11cd14a64096f907086044f0fe38"
|
|
||||||
SRC_URI[sha256sum] = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30"
|
|
||||||
|
|
||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
|
require python-iso8601.inc
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
inherit pypi setuptools3
|
||||||
|
require python-iso8601.inc
|
||||||
Reference in New Issue
Block a user