15
0

Accepting request 960213 from home:pgajdos:python

- add %autopatch back, it was mistakenly removed

OBS-URL: https://build.opensuse.org/request/show/960213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asciimatics?expand=0&rev=13
This commit is contained in:
2022-03-08 13:14:51 +00:00
committed by Git OBS Bridge
parent cc3c17b0cb
commit 7f5e647332
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 8 12:57:31 UTC 2022 - pgajdos@suse.com
- add %autopatch back, it was mistakenly removed
-------------------------------------------------------------------
Mon Mar 7 13:02:41 UTC 2022 - pgajdos@suse.com

View File

@@ -27,7 +27,6 @@ URL: https://github.com/peterbrittain/asciimatics
Source: https://files.pythonhosted.org/packages/source/a/asciimatics/asciimatics-%{version}.tar.gz
# https://github.com/peterbrittain/asciimatics/issues/347
Patch0: python-asciimatics-no-mock.patch
# isatty test skips see https://github.com/peterbrittain/asciimatics/issues/216
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -53,7 +52,7 @@ Asciimatics is a package to help people create full-screen text UIs
%prep
%setup -q -n asciimatics-%{version}
%patch0 -p1
%autopatch -p1
sed -i '/setup_requires/d' setup.py
%build