new file mode 100644
@@ -0,0 +1,12 @@
+SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir."
+HOMEPAGE = "https://github.com/ActiveState/appdirs"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4"
+
+SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"
+
+inherit pypi setuptools3 ptest-python-pytest
+
+PTEST_PYTEST_DIR = "test"
+
+BBCLASSEXTEND = "native nativesdk"
Move it from meta-openembedded to openembedded-core as it is required by hotdoc 0.17.4. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> --- .../recipes-devtools/python/python3-appdirs_1.4.4.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-appdirs_1.4.4.bb