File python-dib-utils.spec of Package python-dib-utils
#
# spec file for package python39-dib-utils
#
# Copyright (c) 2023 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: python39-dib-utils
Version: 0.0.11
Release: 0
Summary: Pieces of diskimage-builder that are useful standalone
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/dib-utils
Source0: https://files.pythonhosted.org/packages/source/d/dib-utils/dib-utils-0.0.11.tar.gz
BuildRequires: openstack-macros
BuildRequires: python39-pbr
BuildArch: noarch
%description
Pieces of diskimage-builder that are useful standalone.
This allows them to be used without pulling in all of
diskimage-builder and its dependencies.
%prep
%autosetup -n dib-utils-0.0.11
%py_req_cleanup
%build
%{py3_build}
%install
%{py3_install}
%check
tests/run_tests.sh
%files
%license LICENSE
%doc README.md
%{_bindir}/dib-run-parts
%{python3_sitelib}/*.egg-info
%changelog