mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
package_regex.inc: split PyPi related entries to their own recipes
(From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa5df2adc2
commit
cefeac268e
@@ -8,6 +8,8 @@ SRC_URI = "https://pypi.python.org/packages/source/p/pexpect/pexpect-${PV}.tar.g
|
||||
SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8"
|
||||
SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
|
||||
|
||||
S = "${WORKDIR}/pexpect-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
Reference in New Issue
Block a user