forked from pool/python-asciimatics
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user