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

Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
493 B
BlitzBasic
12 lines
493 B
BlitzBasic
SUMMARY = "PIP is a tool for installing and managing Python packages"
|
|
LICENSE = "MIT & LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
|
|
|
|
SRC_URI[md5sum] = "3823d2343d9f3aaab21cf9c917710196"
|
|
SRC_URI[sha256sum] = "ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477"
|
|
|
|
inherit pypi setuptools
|
|
|
|
# Since PIP is like CPAN for PERL we need to drag in all python modules to ensure everything works
|
|
RDEPENDS_${PN} = "python-modules python-distribute"
|