From 08db85f22e226cf1c3a038e97df3f047b3a6f376 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 09:47:31 +0800 Subject: python-appdirs: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-appdirs_git.bb | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-appdirs_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-appdirs_git.bb b/meta-openstack/recipes-devtools/python/python-appdirs_git.bb deleted file mode 100644 index 2482871..0000000 --- a/meta-openstack/recipes-devtools/python/python-appdirs_git.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "A small Python module for determining appropriate platform-specific dirs, e.g. a user data dir." -HOMEPAGE = "http://github.com/ActiveState/appdirs" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" - -PV = "1.4.0" -SRCREV = "57f2bc44a8bca99bac6c57496c8b3fdea26f94d5" - -SRCNAME = "appdirs" -SRC_URI = "git://github.com/ActiveState/${SRCNAME}.git" - -S = "${WORKDIR}/git" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - " - -RDEPENDS_${PN} += " \ - python-pip \ - " - -do_install_append() { - # Using these "longest" paths will ensure needed shorter paths will be created - install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test - install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info - - install -m 644 ${S}/${SRCNAME}.py ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.py - install -m 644 ${S}/${SRCNAME}.pyc ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.pyc - install -m 644 ${S}/test/* ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test/ - install -m 644 ${S}/${SRCNAME}.egg-info/* ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info/ -} -- cgit v1.2.3-54-g00ecf