- Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=7
This commit is contained in:
parent
f51b0ec93d
commit
88fa3fe7c3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 10:58:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix build without python2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 13:18:31 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -31,10 +31,10 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytz >= 2018.3}
|
||||
BuildRequires: %{python_module pytzdata >= 2018.3}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-dephell-rpm-macros
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python-typing
|
||||
BuildRequires: python3-dephell
|
||||
Requires: python-python-dateutil >= 2.6
|
||||
Requires: python-pytz >= 2018.3
|
||||
@ -47,7 +47,7 @@ Python datetimes made easy
|
||||
|
||||
%prep
|
||||
%setup -q -n pendulum-%{version}
|
||||
%{dephell_gensetup}
|
||||
%dephell_gensetup
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user