summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 17:46:18 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:04:07 +0200
commit8872d03a23e8e3a6fee08124903f9b80ca446944 (patch)
treeec2b962bdddae07087a80b89a2cbfaed91774849 /meta-openstack/recipes-devtools/python
parente0e6f11ec9df8bab69566c7200e6ed8586250a49 (diff)
downloadmeta-cloud-services-8872d03a23e8e3a6fee08124903f9b80ca446944.tar.gz
python-pymongo: Drop recipe
Same recipe maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pymongo_3.4.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pymongo_3.4.0.bb b/meta-openstack/recipes-devtools/python/python-pymongo_3.4.0.bb
deleted file mode 100644
index 7916613..0000000
--- a/meta-openstack/recipes-devtools/python/python-pymongo_3.4.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Python driver for MongoDB"
2HOMEPAGE = "https://pypi.python.org/pypi/pymongo/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13"
6
7SRCNAME = "pymongo"
8
9SRC_URI = "https://pypi.python.org/packages/82/26/f45f95841de5164c48e2e03aff7f0702e22cef2336238d212d8f93e91ea8/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "aa77f88e51e281c9f328cea701bb6f3e"
12SRC_URI[sha256sum] = "d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools