fix install error
Signed-off-by: 周文培 <zhouwenpei050@chinasoftinc.com>
This commit is contained in:
parent
77225aa6b0
commit
d5e150c67b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user