!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
Version: 0.3.1
Release: 15
Release: 16
Summary: FTP Transport Adapter for Requests
License: ASL 2.0
URL: https://github.com/Lukasa/requests-ftp
@ -78,7 +78,7 @@ rm -rf requests_ftp.egg-info
%{python2_sitelib}/*
%endif
%if %{with python2}
%if %{with python3}
%files -n python3-%{srcname}
%defattr(-,root,root)
%license LICENSE
@ -90,6 +90,9 @@ rm -rf requests_ftp.egg-info
%doc README.rst
%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
- Type:bugfix
- Id:NA