diff options
-rw-r--r-- | recipes-devtools/python/python3-bugsnag_3.6.1.bb (renamed from recipes-devtools/python/python3-bugsnag_3.6.0.bb) | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/recipes-devtools/python/python3-bugsnag_3.6.0.bb b/recipes-devtools/python/python3-bugsnag_3.6.1.bb index ef704e70..32385798 100644 --- a/recipes-devtools/python/python3-bugsnag_3.6.0.bb +++ b/recipes-devtools/python/python3-bugsnag_3.6.1.bb | |||
@@ -8,18 +8,12 @@ DESCRIPTION = "\ | |||
8 | " | 8 | " |
9 | SECTION = "devel/python" | 9 | SECTION = "devel/python" |
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9577253c24027f0c6027a4fded2134fc" | 11 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3bc101ebc0815bd849021892cd333dd4" |
12 | 12 | ||
13 | SRCNAME = "bugsnag" | 13 | SRC_URI[md5sum] = "93443091b052130cfe1daf7595249f9f" |
14 | SRC_URI[sha256sum] = "8878437aa44ec485cecb255742035b3b98a6c7e7d167a943b5fbe597b2f8f7f9" | ||
14 | 15 | ||
15 | SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz" | 16 | inherit pypi setuptools3 |
16 | |||
17 | SRC_URI[md5sum] = "b97e16b068b5e7fdc3e3fa9f684e56cd" | ||
18 | SRC_URI[sha256sum] = "67b8c01719e92f193f8424595a94e3a527bc0f9fcb7f2bc47a20af87de81929d" | ||
19 | |||
20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
21 | |||
22 | inherit setuptools3 | ||
23 | 17 | ||
24 | DEPENDS += "python3-webob python3-flask python3-blinker" | 18 | DEPENDS += "python3-webob python3-flask python3-blinker" |
25 | 19 | ||