fix python-ldaprequires
This commit is contained in:
parent
e2eb8dcb4c
commit
652b483808
@ -1,6 +1,6 @@
|
|||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 3.5.3
|
Version: 3.5.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://tox.readthedocs.io/
|
URL: https://tox.readthedocs.io/
|
||||||
@ -16,7 +16,7 @@ Summary: Virtualenv-based automation of test activities
|
|||||||
%{?python_provide:%python_provide python3-tox}
|
%{?python_provide:%python_provide python3-tox}
|
||||||
Provides: tox = %{version}-%{release}
|
Provides: tox = %{version}-%{release}
|
||||||
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
|
||||||
Requires: python37 python3-devel
|
Requires: python38 python3-devel
|
||||||
|
|
||||||
%description -n python3-tox
|
%description -n python3-tox
|
||||||
At its core tox povides a convenient way to run arbitrary commands in isolated environments to serve as a single entry point for build, test and release activities.
|
At its core tox povides a convenient way to run arbitrary commands in isolated environments to serve as a single entry point for build, test and release activities.
|
||||||
@ -45,6 +45,10 @@ rm -rf tox.egg-info
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 21 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
|
||||||
|
- bugfix
|
||||||
|
- DESC:fix python-ldap requires
|
||||||
|
|
||||||
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
|
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
|
||||||
- bugfix
|
- bugfix
|
||||||
- DESC:modify python3.7 can not find file path
|
- DESC:modify python3.7 can not find file path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user