mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
419 B
BlitzBasic
15 lines
419 B
BlitzBasic
SUMMARY = "FTP Transport Adapter for Requests"
|
|
HOMEPAGE = "https://github.com/Lukasa/requests-ftp"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6683a23c9968b97709441dc884d46df6"
|
|
|
|
SRC_URI += "file://0001-Remove-use-of-the-cgi-module.patch"
|
|
SRC_URI[sha256sum] = "7504ceb5cba8a5c0135ed738596820a78c5f2be92d79b29f96ba99b183d8057a"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-requests \
|
|
"
|
|
|