15
0
2019-02-05 08:50:12 +00:00
committed by Git OBS Bridge
parent 8666c4820d
commit 122a334bbd
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-entrypoints
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-entrypoints
Version: 0.2.3
Version: 0.3
Release: 0
Summary: Discover and load entry points from installed packages
License: MIT
@@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/e/entrypoints/ent
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
BuildRequires: %{python_module devel}
%if %{with test}
BuildRequires: %{python_module pytest}
BuildRequires: python-configparser