Dirk Mueller 2023-01-05 20:41:45 +00:00 committed by Git OBS Bridge
parent 9f19d89130
commit ad841fe87a

View File

@ -43,7 +43,6 @@ Requires: python-s3transfer < 0.7.0
Requires: python-s3transfer >= 0.6.0 Requires: python-s3transfer >= 0.6.0
Requires: python-six Requires: python-six
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -55,18 +54,9 @@ For documentation consult the online documentation at
http://boto3.readthedocs.org/en/latest/ http://boto3.readthedocs.org/en/latest/
# Note to maintainers also familia with python-boto: # Note to maintainers also familia with python-boto:
# The documentation generation requires access to AWS, thus it is not # The documentation generation requires access to AWS, thus it is not
# possible to generate the documentation in OBS # possible to generate the documentation in OBS
%prep %prep
%setup -q -n boto3-%{version} %setup -q -n boto3-%{version}
sed -i 's/from botocore.vendored //' boto3/compat.py sed -i 's/from botocore.vendored //' boto3/compat.py