File python-openstacksdk.spec of Package failed_python-openstacksdk
#
# spec file for package python-openstacksdk
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-openstacksdk
Version: 3.3.0
Release: 0
Summary: An SDK for building applications to work with OpenStack
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/openstacksdk
Source0: https://tarballs.openstack.org/openstacksdk/openstacksdk-3.3.0.tar.gz
Patch0: 0001-fix-tests-for-rpm-build.patch
BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: make
BuildRequires: openssl-devel
BuildRequires: python3-devel
BuildRequires: python3-pbr
BuildRequires: python3-setuptools
Requires: python3-Babel
Requires: python3-PyYAML
Requires: python3-requests
Requires: python3-six
Recommends: python3-dogpile.cache
Recommends: python3-iso8601
Recommends: python3-jmespath
Recommends: python3-jsonpatch
Recommends: python3-keystoneauth1
Recommends: python3-netaddr
Recommends: python3-os-service-types
Recommends: python3-pyyaml
BuildArch: noarch
%description
An SDK for building applications to work with OpenStack.
%prep
%autosetup -p1 -n openstacksdk-3.3.0
%build
%py3_build
%install
%py3_install
%fdupes %{buildroot}%{python3_sitelib}
%files
%license LICENSE
%doc README.rst
%{python3_sitelib}/*
%changelog
* Mon Aug 23 2024 Your Name <your.email@example.com> - 3.3.0-0
- Initial package