From 51ea678ea95376e6ce7cab55275dfa86bf28091086be6b7caa987b7ec4e03d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 07:21:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=80 --- python-virtualenv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 1df3e73..a614ccc 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -32,8 +32,8 @@ Summary: Virtual Python Environment builder License: MIT URL: http://www.virtualenv.org/ Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 41.0.0} +BuildRequires: %{python_module setuptools_scm >= 2} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-appdirs >= 1.4.3