diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-yappi_0.98.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-yappi_0.98.bb | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-yappi_0.98.bb b/meta-python/recipes-devtools/python/python-yappi_0.98.bb index 651ce7731b..a3bdde5c2d 100644 --- a/meta-python/recipes-devtools/python/python-yappi_0.98.bb +++ b/meta-python/recipes-devtools/python/python-yappi_0.98.bb | |||
@@ -1,16 +1,2 @@ | |||
1 | SUMMARY = "Yet Another Python Profiler" | 1 | require python-yappi.inc |
2 | HOMEPAGE = "http://yappi.googlecode.com/" | 2 | inherit setuptools |
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6b131c3041637f6a5175a43112dde05c" | ||
6 | |||
7 | SRC_URI[md5sum] = "dc56240575c99938a924eaeb7c0d8beb" | ||
8 | SRC_URI[sha256sum] = "5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b27b263c" | ||
9 | |||
10 | inherit pypi setuptools | ||
11 | |||
12 | RDEPENDS_${PN} += "\ | ||
13 | ${PYTHON_PN}-datetime \ | ||
14 | ${PYTHON_PN}-pickle \ | ||
15 | ${PYTHON_PN}-threading \ | ||
16 | " | ||