diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 17:46:18 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 18:04:07 +0200 |
| commit | 8872d03a23e8e3a6fee08124903f9b80ca446944 (patch) | |
| tree | ec2b962bdddae07087a80b89a2cbfaed91774849 /meta-openstack/recipes-devtools/python | |
| parent | e0e6f11ec9df8bab69566c7200e6ed8586250a49 (diff) | |
| download | meta-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.bb | 16 |
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 @@ | |||
| 1 | DESCRIPTION = "Python driver for MongoDB" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pymongo/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13" | ||
| 6 | |||
| 7 | SRCNAME = "pymongo" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/82/26/f45f95841de5164c48e2e03aff7f0702e22cef2336238d212d8f93e91ea8/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "aa77f88e51e281c9f328cea701bb6f3e" | ||
| 12 | SRC_URI[sha256sum] = "d359349c6c9ff9f482805f89e66e476846317dc7b1eea979d7da9c0857ee2721" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
