!3 Add compilation dependency

Merge pull request !3 from jpzhang187/master
This commit is contained in:
openeuler-ci-bot 2020-08-12 14:51:29 +08:00 committed by Gitee
commit d2b0cbc0a7

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