add requires python3-appdirs python3-distlib python3-filelock

This commit is contained in:
桐小哥 2021-04-28 12:43:52 +08:00 committed by Gitee
parent 4943499f80
commit cbc5ad524d

View File

@ -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<shixuantong@huawei.com> - 20.3.0-2
- add requires python3-appdirs python3-distlib python3-filelock
* Thu Jan 28 2021 liudabo <liudabo1@huawei.com> - 20.3.0-1
- upgrade version to 20.3.0