diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 10:20:51 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 10:20:51 +0200 |
| commit | 64b399ec7c89d7c0ad436e893156117e6d4e2ac9 (patch) | |
| tree | bf2f0396f0839012e5df8af4aac15ebd5e854e8a /meta-openstack/recipes-devtools | |
| parent | c43516f9b215cb8217458d63760d8ea372fbe31a (diff) | |
| download | meta-cloud-services-64b399ec7c89d7c0ad436e893156117e6d4e2ac9.tar.gz | |
python-mock: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mock_1.0.1.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mock_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-mock_1.0.1.bb deleted file mode 100644 index b17b3f0..0000000 --- a/meta-openstack/recipes-devtools/python/python-mock_1.0.1.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "A Python Mocking and Patching Library for Testing" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/mock" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "mock" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2" | ||
| 13 | SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-cmd2 \ | ||
| 21 | python-pyparsing \ | ||
| 22 | python-mccabe \ | ||
| 23 | python-pep8 \ | ||
| 24 | python-pyflakes" | ||
