14
0
forked from pool/python-jirafs
Tomáš Chvátal
2020-01-06 13:00:15 +00:00
committed by Git OBS Bridge
parent 9017281665
commit fb8659b374
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jirafs
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ Summary: Library for editing JIRA issues as local text files
License: MIT
Group: Development/Languages/Python
URL: https://github.com/coddingtonbear/jirafs
Source: https://files.pythonhosted.org/packages/source/j/jirafs/jirafs-%{version}.tar.gz
Source: https://github.com/coddingtonbear/jirafs/archive/%{version}.tar.gz
Patch0: capitalization.patch
BuildRequires: %{python_module PrettyTable}
BuildRequires: %{python_module behave}