fix install error

Signed-off-by: 周文培 <zhouwenpei050@chinasoftinc.com>
This commit is contained in:
周文培 2023-10-12 09:22:28 +00:00 committed by Gitee
parent 77225aa6b0
commit d5e150c67b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-requests-ftp Name: python-requests-ftp
Version: 0.3.1 Version: 0.3.1
Release: 15 Release: 16
Summary: FTP Transport Adapter for Requests Summary: FTP Transport Adapter for Requests
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/Lukasa/requests-ftp URL: https://github.com/Lukasa/requests-ftp
@ -78,7 +78,7 @@ rm -rf requests_ftp.egg-info
%{python2_sitelib}/* %{python2_sitelib}/*
%endif %endif
%if %{with python2} %if %{with python3}
%files -n python3-%{srcname} %files -n python3-%{srcname}
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
@ -90,6 +90,9 @@ rm -rf requests_ftp.egg-info
%doc README.rst %doc README.rst
%changelog %changelog
* Thu Oct 12 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 0.3.1-16
- fix install error
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.1-15 * Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.1-15
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA