Re: [PATCH] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-05 Thread Hartmut Goebel
Am 03.12.2016 um 17:12 schrieb Ricardo Wurmus: > The patch looks okay to me, but I’d prefer to see your comment about why > this is needed inline above the option. “PEP 484…” doesn’t tell me > anything, whereas your description in this email was very clear. You are right. I'll send an updated pat

Re: [PATCH] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-03 Thread Ricardo Wurmus
Hartmut Goebel writes: > Without this option the stub files are tried to be installed into > the python package's site-package directory. > > * gnu/packages.qt.scm (python-pyqt, python2-pyqt)[arguments]: In phase > 'configure' pass option --stubsdir. > --- > gnu/packages/qt.scm | 4 +++- > 1 fi

[PATCH] gnu: python-pyqt: Fix build by explicitly setting the stubsdir.

2016-12-02 Thread Hartmut Goebel
Without this option the stub files are tried to be installed into the python package's site-package directory. * gnu/packages.qt.scm (python-pyqt, python2-pyqt)[arguments]: In phase 'configure' pass option --stubsdir. --- gnu/packages/qt.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-