From 5ea785caccf9e7df749b3703767adc43f44e190a Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Wed, 28 Apr 2021 09:09:19 +0800 Subject: [PATCH] add requires python3-appdirs python3-distlib python3-filelock python3-importlib_metadata (cherry picked from commit b0cf2c2ede8936d2d969661e6595aed5e89ac2d5) --- python-virtualenv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 4506e9c..99c80cd 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,6 @@ Name: python-virtualenv Version: 20.0.23 -Release: 2 +Release: 3 Summary: A tool to create isolated Python environments License: MIT URL: http://pypi.python.org/pypi/virtualenv @@ -28,6 +28,7 @@ Requires: python3-setuptools python3-devel python3-virtualenv-python26 Conflicts: python2-virtualenv < 16.0.0-5 Provides: virtualenv = %{version}-%{release} Requires: python-pip-wheel python-setuptools-wheel python-wheel-wheel +Requires: python3-appdirs python3-distlib python3-filelock python3-importlib_metadata %description -n python3-virtualenv virtualenv support in python3. @@ -67,7 +68,10 @@ Tools that support for python2.6 virtual environments with python3. %{python3_sitelib}/virtualenv/seed/embed/wheels/*.whl %changelog -* Mon Nov 30 2020 shixuantong - 20.0.23-2 +* Wed Apr 28 2021 shixuantong - 20.0.23-3 +- add requires python3-appdirs python3-distlib python3-filelock python3-importlib_metadata + +* Wed Nov 18 2020 shixuantong - 20.0.23-2 - remove python2 subpackage * Mon Aug 31 2020 pengyeqing 20.0.23-1 -- Gitee