diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 07:00:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:11:53 -0700 |
| commit | 9388e0f23cb26f0ed1120ab39642d14c6e80dcc0 (patch) | |
| tree | 3aaf8d0421e03d3bb91168328a133b1d8ac173a6 | |
| parent | aee2f10638f1407e874970f540c2427a6dc8e6dc (diff) | |
| download | meta-openembedded-9388e0f23cb26f0ed1120ab39642d14c6e80dcc0.tar.gz | |
python3-lxml: Inherit pkgconfig
It was part of default dependencies before
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb index 241ffcfc0d..669c2eaeeb 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | |||
| @@ -20,7 +20,7 @@ DEPENDS += "libxml2 libxslt" | |||
| 20 | 20 | ||
| 21 | SRC_URI[sha256sum] = "39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468" | 21 | SRC_URI[sha256sum] = "39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468" |
| 22 | 22 | ||
| 23 | inherit pypi setuptools3 | 23 | inherit pkgconfig pypi setuptools3 |
| 24 | 24 | ||
| 25 | # {standard input}: Assembler messages: | 25 | # {standard input}: Assembler messages: |
| 26 | # {standard input}:1488805: Error: branch out of range | 26 | # {standard input}:1488805: Error: branch out of range |
