From e3de11b9d60e281d89c89148f300c6f0d8de4dbaa497cd297632e516d4283b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 11:23:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=2 --- python-tomlkit.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 4ae8f54..d7338fe 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -26,19 +26,19 @@ Group: Development/Languages/Python URL: https://github.com/sdispater/tomlkit Source: https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: python-enum34 -BuildRequires: python-functools32 BuildRequires: %{python_module typing >= 3.6} BuildRequires: fdupes +BuildRequires: python-enum34 +BuildRequires: python-functools32 BuildRequires: python-rpm-macros +BuildArch: noarch %ifpython2 Requires: python-enum34 Requires: python-functools32 %endif -%if %python_version_nodots < 35 +%if %{python_version_nodots} < 35 Requires: python-typing >= 3.6 %endif -BuildArch: noarch %python_subpackages %description