mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-23 12:38:19 +00:00
meta-python: Remove superfluous "PYPI_PACKAGE" assignments
Given calculation of PYPI_PACKAGE value from recipe file name, a number of Python recipe files unnecessarily set this value, so delete these superfluous lines. In addition, the act of editing added a missing EOL at the end of one of the files. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c10c1c0cfd
commit
b4524eb786
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;startline=8;endline=9;md5=4f369b3c3c290b4aed
|
||||
SRC_URI[md5sum] = "42f77b0cce686dfa4da2e68480b1dd24"
|
||||
SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86"
|
||||
|
||||
PYPI_PACKAGE = "ujson"
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
|
||||
Reference in New Issue
Block a user