fix python can not find file

This commit is contained in:
shirely16 2020-06-18 15:07:19 +08:00
parent de0612b270
commit aca26cfc9a

View File

@ -1,6 +1,6 @@
Name: python-tox Name: python-tox
Version: 3.5.3 Version: 3.5.3
Release: 1 Release: 2
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/
@ -37,13 +37,17 @@ rm -rf tox.egg-info
%license LICENSE %license LICENSE
%{_bindir}/tox %{_bindir}/tox
%{_bindir}/tox-quickstart %{_bindir}/tox-quickstart
%_prefix/lib/python3.7/site-packages/tox/ %_prefix/lib/python%{python3_version}/site-packages/tox/
%_prefix/lib/python3.7/site-packages/tox-%{version}-py3.7.egg-info/ %_prefix/lib/python%{python3-version}/site-packages/tox-%{version}-py3.*.egg-info/
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst %doc README.rst
%changelog %changelog
* Thu Jun 18 2020 hanhui<hanhui15@huawei.com> - 3.5.3-2
- bugfix
- DESC:modify python3.7 can not find file path
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.5.3-1 * Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.5.3-1
- Package init - Package init