diff options
author | Derek Straka <derek@asterius.io> | 2020-02-09 19:17:29 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-09 23:02:39 -0800 |
commit | 299e3ac8859e8f0869c1f614a439aaead6167415 (patch) | |
tree | 209d531dc7fce3be555826eef855d22f145518e8 /meta-python/recipes-devtools/python/python-appdirs.inc | |
parent | 999b334c6c459f47f1e89abba6aac094b73755d8 (diff) | |
download | meta-openembedded-299e3ac8859e8f0869c1f614a439aaead6167415.tar.gz |
python3-appdirs: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-appdirs.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-appdirs.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python-appdirs.inc b/meta-python/recipes-devtools/python/python-appdirs.inc deleted file mode 100644 index c4826723e8..0000000000 --- a/meta-python/recipes-devtools/python/python-appdirs.inc +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir." | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" | ||
4 | |||
5 | SRC_URI[md5sum] = "44c679904082a2133f5566c8a0d3ab42" | ||
6 | SRC_URI[sha256sum] = "9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92" | ||
7 | |||
8 | inherit pypi | ||