diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-24 18:14:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:56:32 -0700 |
| commit | c6a23344d0123542c3a91003ca8831f9400f5f0d (patch) | |
| tree | 99d9558f3cdfb0b9991e33665851327c8c5ed0b6 /meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | |
| parent | 696034e4ede2a95658cf803ade208cf479040e63 (diff) | |
| download | meta-openembedded-c6a23344d0123542c3a91003ca8831f9400f5f0d.tar.gz | |
python3-asyncio-glib: add features_check on gobject-introspection-data
This project uses gobject-introspection, so depend on the DISTRO_FEATURE.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb index 2314f72845..02ace02a3d 100644 --- a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | |||
| @@ -3,7 +3,9 @@ AUTHOR = "James Henstridge" | |||
| 3 | LICENSE = "LGPL-2.1-only" | 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" |
| 5 | 5 | ||
| 6 | inherit setuptools3 pypi | 6 | inherit setuptools3 pypi features_check |
| 7 | |||
| 8 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
| 7 | 9 | ||
| 8 | SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9" | 10 | SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9" |
| 9 | SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521" | 11 | SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521" |
