blob: 2b5ee9e7e038019426cd45a55ea3950dbb7e8c45 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "PIP is a tool for installing and managing Python packages"
2HOMEPAGE = "https://pip.pypa.io/"
3LICENSE = "MIT & LGPL-2.1"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ba06d529c955048e5ddd7c45459eb2e"
5
Brad Bishop6a62e0e2019-10-21 08:11:42 -04006SRC_URI[md5sum] = "a57da8b758cbf1a155cde6a7a4428ba7"
7SRC_URI[sha256sum] = "324d234b8f6124846b4e390df255cacbe09ce22791c3b714aa1ea6e44a4f2861"
Brad Bishopc342db32019-05-15 21:57:59 -04008
9inherit pypi setuptools
10
11# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
12RDEPENDS_${PN}_class-target = "python-modules python-distribute python-misc"
13
14BBCLASSEXTEND = "native nativesdk"