summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-25 18:48:18 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-01 15:33:55 +0200
commitce933d4db45a7361f24b7d31e4782c847cfea3eb (patch)
tree8e13d14dd9eabf9e099bf76bf970277d408b41cd /meta-python
parent306e42cd6860589d5f96da628add17a3dcaf81c3 (diff)
downloadmeta-openembedded-ce933d4db45a7361f24b7d31e4782c847cfea3eb.tar.gz
python-pymisp: update to 2.3
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pymisp.inc10
-rw-r--r--meta-python/recipes-devtools/python/python-pymisp_2.3.bb (renamed from meta-python/recipes-devtools/python/python-pymisp_2.2.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-pymisp_2.3.bb (renamed from meta-python/recipes-devtools/python/python3-pymisp_2.2.bb)2
3 files changed, 5 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc
index ca543f0ef..9cd084413 100644
--- a/meta-python/recipes-devtools/python/python-pymisp.inc
+++ b/meta-python/recipes-devtools/python/python-pymisp.inc
@@ -1,14 +1,10 @@
1DESCRIPTION = "Python API for MISP" 1DESCRIPTION = "Python API for MISP"
2HOMEPAGE = "https://github.com/MISP/PyMISP" 2HOMEPAGE = "https://github.com/MISP/PyMISP"
3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" 4LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c0a3e801b740ef31d1f5ddfe76bca538"
6SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173"
7PR = "r0" 5PR = "r0"
8 6
9SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master" 7SRC_URI[md5sum] = "398408388902c108e3b378152b6c1d24"
10 8SRC_URI[sha256sum] = "d70e74c528f040f5ff8137337f1758aeb63a5966b58b297f2171f53cb9df033e"
11SRCNAME = "pymisp"
12S = "${WORKDIR}/git"
13 9
14RDEPENDS_${PN} += " ${PYTHON_PN}-requests" 10RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb
index a0b655fbd..1b1fbe956 100644
--- a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
+++ b/meta-python/recipes-devtools/python/python-pymisp_2.3.bb
@@ -1,2 +1,2 @@
1inherit setuptools 1inherit pypi setuptools
2require python-pymisp.inc 2require python-pymisp.inc
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb
index e41acd624..4523d9e30 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.3.bb
@@ -1,2 +1,2 @@
1inherit setuptools3 1inherit pypi setuptools3
2require python-pymisp.inc 2require python-pymisp.inc