diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-22 16:01:15 -0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:35 +0200 |
| commit | 445e595c9dc01d475df8d9ffd8b6823c1d2c4d6a (patch) | |
| tree | 553a24d9751ea9b1cd06236db3320592c6664963 /meta-python/recipes-devtools/python/python3-cffi_1.7.0.bb | |
| parent | 90eedcc9fec081d597e73c31119fe2c493cac8a4 (diff) | |
| download | meta-openembedded-445e595c9dc01d475df8d9ffd8b6823c1d2c4d6a.tar.gz | |
python-cffi: 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cffi_1.7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cffi_1.7.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.7.0.bb b/meta-python/recipes-devtools/python/python3-cffi_1.7.0.bb new file mode 100644 index 0000000000..e888084347 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cffi_1.7.0.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-cffi.inc | ||
