summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "
9SECTION = "devel/python" 9SECTION = "devel/python"
10LICENSE = "MIT" 10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9577253c24027f0c6027a4fded2134fc" 11LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3bc101ebc0815bd849021892cd333dd4"
12 12
13SRCNAME = "bugsnag" 13SRC_URI[md5sum] = "93443091b052130cfe1daf7595249f9f"
14SRC_URI[sha256sum] = "8878437aa44ec485cecb255742035b3b98a6c7e7d167a943b5fbe597b2f8f7f9"
14 15
15SRC_URI = "https://pypi.python.org/packages/source/b/bugsnag/${SRCNAME}-${PV}.tar.gz" 16inherit pypi setuptools3
16
17SRC_URI[md5sum] = "b97e16b068b5e7fdc3e3fa9f684e56cd"
18SRC_URI[sha256sum] = "67b8c01719e92f193f8424595a94e3a527bc0f9fcb7f2bc47a20af87de81929d"
19
20S = "${WORKDIR}/${SRCNAME}-${PV}"
21
22inherit setuptools3
23 17
24DEPENDS += "python3-webob python3-flask python3-blinker" 18DEPENDS += "python3-webob python3-flask python3-blinker"
25 19