diff options
Diffstat (limited to 'meta-python/recipes-networking/python')
-rw-r--r-- | meta-python/recipes-networking/python/python3-ldap_3.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb index 6caf5f37ce..aecffa9d7e 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "This module provides access to the LDAP \ | |||
3 | (Lightweight Directory Access Protocol) through Python operations \ | 3 | (Lightweight Directory Access Protocol) through Python operations \ |
4 | instead of C API. The module mainly acts as a wrapper for the \ | 4 | instead of C API. The module mainly acts as a wrapper for the \ |
5 | OpenLDAP 2.x libraries. Errors will appear as exceptions." | 5 | OpenLDAP 2.x libraries. Errors will appear as exceptions." |
6 | HOMEPAGE = "http://www.python-ldap.org/" | 6 | HOMEPAGE = "https://www.python-ldap.org/" |
7 | LICENSE = "PSF-2.0" | 7 | LICENSE = "PSF-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" | 8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" |
9 | 9 | ||