!14 [sync] PR-12: add requires python3-appdirs python3-distlib python3-filelock python3-importlib_metadata
From: @openeuler-sync-bot Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
4112f19be6
@ -1,6 +1,6 @@
|
|||||||
Name: python-virtualenv
|
Name: python-virtualenv
|
||||||
Version: 20.0.23
|
Version: 20.0.23
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A tool to create isolated Python environments
|
Summary: A tool to create isolated Python environments
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pypi.python.org/pypi/virtualenv
|
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
|
Conflicts: python2-virtualenv < 16.0.0-5
|
||||||
Provides: virtualenv = %{version}-%{release}
|
Provides: virtualenv = %{version}-%{release}
|
||||||
Requires: python-pip-wheel python-setuptools-wheel python-wheel-wheel
|
Requires: python-pip-wheel python-setuptools-wheel python-wheel-wheel
|
||||||
|
Requires: python3-appdirs python3-distlib python3-filelock python3-importlib_metadata
|
||||||
|
|
||||||
%description -n python3-virtualenv
|
%description -n python3-virtualenv
|
||||||
virtualenv support in python3.
|
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
|
%{python3_sitelib}/virtualenv/seed/embed/wheels/*.whl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 30 2020 shixuantong<shixuantong@huawei.com> - 20.0.23-2
|
* Wed Apr 28 2021 shixuantong<shixuantong@huawei.com> - 20.0.23-3
|
||||||
|
- add requires python3-appdirs python3-distlib python3-filelock python3-importlib_metadata
|
||||||
|
|
||||||
|
* Wed Nov 18 2020 shixuantong<shixuantong@huawei.com> - 20.0.23-2
|
||||||
- remove python2 subpackage
|
- remove python2 subpackage
|
||||||
|
|
||||||
* Mon Aug 31 2020 pengyeqing <pengyeqing@huawei.com> 20.0.23-1
|
* Mon Aug 31 2020 pengyeqing <pengyeqing@huawei.com> 20.0.23-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user