diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-mock_1.0.1.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-mock_1.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-mock_1.0.1.bb | 12 |
1 files changed, 1 insertions, 11 deletions
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 index a23b5523f4..d336f613df 100644 --- a/meta-python/recipes-devtools/python/python-mock_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python-mock_1.0.1.bb | |||
| @@ -1,21 +1,11 @@ | |||
| 1 | # Imported from git://git.yoctoproject.org/meta-cloud-services | ||
| 2 | |||
| 3 | SUMMARY = "A Python Mocking and Patching Library for Testing" | 1 | SUMMARY = "A Python Mocking and Patching Library for Testing" |
| 4 | HOMEPAGE = "https://pypi.python.org/pypi/mock" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e5ba73891255687dff3bee2b4cbb16" |
| 8 | 4 | ||
| 9 | SRCNAME = "mock" | ||
| 10 | |||
| 11 | SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2" | 5 | SRC_URI[md5sum] = "c3971991738caa55ec7c356bbc154ee2" |
| 14 | SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f" | 6 | SRC_URI[sha256sum] = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f" |
| 15 | 7 | ||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 8 | inherit pypi setuptools |
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | 9 | ||
| 20 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS_${PN} += " \ |
| 21 | python-prettytable \ | 11 | python-prettytable \ |
