diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-05-12 10:41:39 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-14 08:17:25 -0700 |
commit | b865cada4e887ea4e6875b3a4684f76c9f2760ac (patch) | |
tree | 7002579a59704cdd0eee0454e430429d77ff12b4 /meta-python/recipes-core | |
parent | 7b4643bea077559711420461149162e29ce4a3c1 (diff) | |
download | meta-openembedded-b865cada4e887ea4e6875b3a4684f76c9f2760ac.tar.gz |
python3-decouple: new package
Add a recipe for python-decouple: generic tool for separating settings
from code.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 5f97bd9546..922a08af5b 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -92,6 +92,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
92 | python3-dbus-next \ | 92 | python3-dbus-next \ |
93 | python3-dbussy \ | 93 | python3-dbussy \ |
94 | python3-decorator \ | 94 | python3-decorator \ |
95 | python3-decouple \ | ||
95 | python3-defusedxml \ | 96 | python3-defusedxml \ |
96 | python3-dill \ | 97 | python3-dill \ |
97 | python3-diskcache \ | 98 | python3-diskcache \ |