python3-only version 2019.9.26, working
This commit is contained in:
parent
edaba3eb30
commit
a436fdae76
2 changed files with 25 additions and 2 deletions
|
|
@ -14,12 +14,14 @@ License: GPLv3
|
|||
URL: http://alir3z4.github.io/%{upname}
|
||||
Source0: https://files.pythonhosted.org/packages/source/h/%{upname}/%{upname}-%{version}.tar.gz
|
||||
|
||||
Patch0: python3-string-encoding.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: help2man
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
|
||||
%description
|
||||
%{common_desc}
|
||||
|
|
@ -36,7 +38,7 @@ Obsoletes: python2-%{upname} < 2019.8.11
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{upname}-%{version}
|
||||
%autosetup -n %{upname}-%{version} -p1
|
||||
%{__rm} -fr *.egg-info
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue