mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-lockfile: Fix build error as following:
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.8')"
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 75540ab149)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
603b5a07ed
commit
b0950aeff5
|
|
@ -11,3 +11,9 @@ inherit pypi setuptools
|
|||
|
||||
SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9"
|
||||
SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"
|
||||
|
||||
# Satisfy setup.py 'setup_requires'
|
||||
DEPENDS += " \
|
||||
python-pbr-native \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user