diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-03-25 14:59:59 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:32:07 -0700 |
commit | 37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch) | |
tree | 1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-networking/python/python3-ldap_3.4.4.bb | |
parent | b5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff) | |
download | meta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz |
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-networking/python/python3-ldap_3.4.4.bb')
-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 | ||