mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +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>
This commit is contained in:
@@ -11,3 +11,9 @@ inherit pypi setuptools
|
||||
|
||||
SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9"
|
||||
SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"
|
||||
|
||||
# Satisfy setup.py 'setup_requires'
|
||||
DEPENDS += " \
|
||||
python-pbr-native \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user