From e3adb98940d386fd63b39603310c6df8699e4cec Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 30 Nov 2020 10:50:51 -0600 Subject: [PATCH] Notate bundled six. --- python-botocore.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index 7015655..04a457c 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -18,14 +18,13 @@ BuildRequires: python3-nose BuildRequires: python3-mock BuildRequires: python3-setuptools - %description A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. %package -n python3-%{pypi_name} Summary: Low-level, data-driven core of boto 3 - +Provides: bundled(python3-six) = 1.10.0 %{?python_provide:%python_provide python3-%{pypi_name}}