File python-django-silk.spec of Package failed_python-django-silk
Name: python-django-silk
Version: 5.1.0
Release: 1%{?dist}
Summary: Live profiling & inspection of Django applications
License: MIT
URL: https://github.com/jazzband/django-silk
Source0: django-silk-%{version}.tar.gz
BuildRequires: python3-devel, python3-setuptools, gcc
Requires: python3
%description
Silk is a live profiling and inspection tool for Django.
%prep
%setup -q
%build
%py3_build
%install
%py3_install
%files
%license LICENSE
%doc README.md
%{python3_sitelib}/*
%changelog