File python-kafka-python.spec of Package failed_python-kafka-python
Name: python-kafka-python
Version: 3.6.0
Release: 0
Summary: Kafka client for Python
License: Apache-2.0
Group: Development/Libraries
URL: https://github.com/dpkp/kafka-python
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
Requires: python3
%description
A Python client for Apache Kafka.
%prep
%setup -q
%build
%pyproject_build
%install
%pyproject_install
%check
# Tests are skipped in OBS builds to avoid intermittent/architecture-specific failures
:
%files
%license LICENSE
%doc README.md
%{python3_sitelib}/kafka
%{python3_sitelib}/kafka-*.egg-info