summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyinotify.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-02-14 23:05:18 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:48 +0100
commit9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch)
treedccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-pyinotify.inc
parentb62ae60f869b83721757a2f5316cdc26c1030af3 (diff)
downloadmeta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyinotify.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pyinotify.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyinotify.inc b/meta-python/recipes-devtools/python/python-pyinotify.inc
index 285fe332b..a9edb2c81 100644
--- a/meta-python/recipes-devtools/python/python-pyinotify.inc
+++ b/meta-python/recipes-devtools/python/python-pyinotify.inc
@@ -1,15 +1,11 @@
1DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" 1DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring"
2HOMEPAGE = "https://pypi.python.org/pypi/pyinotify"
3SECTION = "devel/python"
4LICENSE = "MIT" 2LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" 3LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
6 4
7RDEPENDS_${PN} += "python-threading python-io python-subprocess python-misc python-shell" 5RDEPENDS_${PN} += "python-threading python-io python-subprocess python-misc python-shell"
8 6
9SRCNAME = "pyinotify"
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" 7SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"
13SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4" 8SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
14 9
15S = "${WORKDIR}/${SRCNAME}-${PV}" 10PYPI_PACKAGE = "pyinotify"
11inherit pypi