Add compilation dependency

This commit is contained in:
jpzhang 2020-08-12 14:37:07 +08:00
parent f2a0060ae5
commit 0ea44a6d92

View File

@ -1,12 +1,12 @@
Name: python-entrypoints
Version: 0.2.3
Release: 11
Release: 12
Summary: Discover and load entry points from installed packages
License: MIT
URL: https://entrypoints.readthedocs.io/
Source0: https://github.com/takluyver/entrypoints/archive/%{version}/entrypoints-%{version}.tar.gz
BuildRequires: python3-pip python3-flit python3-sphinx
BuildRequires: python3-pip python3-flit python3-sphinx python3-devel
BuildArch: noarch
%description
@ -44,6 +44,9 @@ find %{_builddir}/entrypoints-%{version} -type f -name .buildinfo -delete
%{python3_sitelib}/*
%changelog
* Wed Aug 12 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 0.2.3-12
- Add compilation dependency
* Thu Aug 06 2020 lingsheng <lingsheng@huawei.com> - 0.2.3-11
- Remove python2-entrypoints subpackage