From cbc5ad524d988fefefa5fd9ab0b6f9fb8a6bbdea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Wed, 28 Apr 2021 12:43:52 +0800 Subject: [PATCH] add requires python3-appdirs python3-distlib python3-filelock --- python-virtualenv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 66a1af1..7c49507 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,7 @@ %global srcname virtualenv Name: python-%{srcname} Version: 20.3.0 -Release: 1 +Release: 2 Summary: A tool to create isolated Python environments License: MIT URL: http://pypi.python.org/pypi/virtualenv @@ -28,6 +28,7 @@ Requires: python3-distlib python3-filelock python3-six %{?python_provide:%python_provide python3-virtualenv} Provides: virtualenv = %{version}-%{release} Requires: python-pip-wheel python-setuptools-wheel python-wheel-wheel +Requires: python3-appdirs python3-distlib python3-filelock %description -n python3-virtualenv virtualenv support in python3. @@ -67,6 +68,9 @@ Tools that support for python2.6 virtual environments with python3. %{python3_sitelib}/virtualenv/seed/wheels/embed/*.whl %changelog +* Wed Apr 28 2021 shixuantong - 20.3.0-2 +- add requires python3-appdirs python3-distlib python3-filelock + * Thu Jan 28 2021 liudabo - 20.3.0-1 - upgrade version to 20.3.0 -- Gitee