On Wed, Jul 14, 2021 at 07:27:52PM +0200, Miro Hrončok wrote:
> On 08. 07. 21 16:48, Miro Hrončok wrote:
> > On 29. 06. 21 8:28, Felix Schwarz wrote:
> > >
> > > Am 28.06.21 um 21:44 schrieb Miro Hrončok:
> > > > The semantics is quite simple:
> > > >
> > > >
> > > > %check
> > > > %py
On 08. 07. 21 16:48, Miro Hrončok wrote:
On 29. 06. 21 8:28, Felix Schwarz wrote:
Am 28.06.21 um 21:44 schrieb Miro Hrončok:
The semantics is quite simple:
%check
%py3_check_import mymodule mymodule.submodule
Looks great! Thank you.
Please let us know when we should start adding
On 11. 07. 21 21:05, Richard Shaw wrote:
Trying this with python-pyside2...
+ /usr/bin/python3 -c 'import PySide2'
PySide2/__init__.py: Unable to import shiboken2 from ,
/builddir/build/BUILDROOT/python-pyside2-5.15.2-4.fc35.x86_64/usr/lib64/python3.10/site-packages,
/builddir/build/BUILDROOT/
Trying this with python-pyside2...
+ /usr/bin/python3 -c 'import PySide2'
PySide2/__init__.py: Unable to import shiboken2 from ,
/builddir/build/BUILDROOT/python-pyside2-5.15.2-4.fc35.x86_64/usr/lib64/python3.10/site-packages,
/builddir/build/BUILDROOT/python-pyside2-5.15.2-4.fc35.x86_64/usr/lib/p
On 29. 06. 21 8:28, Felix Schwarz wrote:
Am 28.06.21 um 21:44 schrieb Miro Hrončok:
The semantics is quite simple:
%check
%py3_check_import mymodule mymodule.submodule
Looks great! Thank you.
Please let us know when we should start adding that to our Python packages. :-)
Feel f
Am 28.06.21 um 21:44 schrieb Miro Hrončok:
The semantics is quite simple:
%check
%py3_check_import mymodule mymodule.submodule
Looks great! Thank you.
Please let us know when we should start adding that to our Python packages. :-)
Felix
___