From 0ea44a6d9273d173286e1f538fb9d477e26d405a Mon Sep 17 00:00:00 2001 From: jpzhang Date: Wed, 12 Aug 2020 14:37:07 +0800 Subject: [PATCH] Add compilation dependency --- python-entrypoints.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-entrypoints.spec b/python-entrypoints.spec index 926ef53..40a0a4c 100644 --- a/python-entrypoints.spec +++ b/python-entrypoints.spec @@ -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 - 0.2.3-12 +- Add compilation dependency + * Thu Aug 06 2020 lingsheng - 0.2.3-11 - Remove python2-entrypoints subpackage