1
0

Accepting request 945697 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/945697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cairocffi?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2022-01-12 23:22:13 +00:00 committed by Git OBS Bridge
commit ce815a6355
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 4 21:18:42 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix location of fduped directories
-------------------------------------------------------------------
Wed Oct 13 08:32:20 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-cairocffi
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -77,7 +77,7 @@ sed -i -e 's/pytest-runner$/pytest/' \
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Don't test with NumPy in the python36 flavor, because python36-numpy is not in TW anymore