diff mbox series

[1/1] package/python-sip: fix install with python 3.8

Message ID 20191101094108.22347-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/python-sip: fix install with python 3.8 | expand

Commit Message

Fabrice Fontaine Nov. 1, 2019, 9:41 a.m. UTC
Install python-sip in the correct directory otherwise build of
python-pyqt5 will fail

Fixes:
 - http://autobuild.buildroot.org/results/a471b33e8a9803dfe8b36e83647c98165873ddf1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-sip/python-sip.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Nov. 1, 2019, 10:40 a.m. UTC | #1
On Fri,  1 Nov 2019 10:41:08 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Install python-sip in the correct directory otherwise build of
> python-pyqt5 will fail
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/a471b33e8a9803dfe8b36e83647c98165873ddf1
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/python-sip/python-sip.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-sip/python-sip.mk b/package/python-sip/python-sip.mk
index 69019f5f19..1d6c205396 100644
--- a/package/python-sip/python-sip.mk
+++ b/package/python-sip/python-sip.mk
@@ -21,7 +21,7 @@  else ifeq ($(BR2_PACKAGE_PYTHON3),y)
 PYTHON_SIP_DEPENDENCIES += python3
 HOST_PYTHON_SIP_DEPENDENCIES += host-python3
 PYTHON_SIP_LIB_DIR = usr/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages
-PYTHON_SIP_INCLUDE_DIR = usr/include/python$(PYTHON3_VERSION_MAJOR)m
+PYTHON_SIP_INCLUDE_DIR = usr/include/python$(PYTHON3_VERSION_MAJOR)
 endif
 
 define HOST_PYTHON_SIP_CONFIGURE_CMDS