[oe-commits] Martin Jansa : python-mock: import from meta-openstack

git at git.openembedded.org git at git.openembedded.org
Mon Dec 29 08:54:54 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 6b2c49e581330998b1f9a0a7181f38912b06288e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6b2c49e581330998b1f9a0a7181f38912b06288e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec 18 13:11:22 2014 +0100

python-mock: import from meta-openstack

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-mock_1.0.1.bb   | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb b/meta-python/recipes-devtools/python/python-mock_1.0.1.bb
new file mode 100644
index 0000000..a23b552
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-mock_1.0.1.bb
@@ -0,0 +1,26 @@
+# Imported from git://git.yoctoproject.org/meta-cloud-services
+
+SUMMARY = "A Python Mocking and Patching Library for Testing"
+HOMEPAGE = "https://pypi.python.org/pypi/mock"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16"
+
+SRCNAME = "mock"
+
+SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2"
+SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+    python-prettytable \
+    python-cmd2 \
+    python-pyparsing \
+    python-mccabe \
+    python-pep8 \
+    python-pyflakes"



More information about the Openembedded-commits mailing list