!18 【轻量级 PR】:fix install error

From: @zhouwenpei 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
This commit is contained in:
openeuler-ci-bot 2023-10-13 03:38:20 +00:00 committed by Gitee
commit af38b5a516
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