forked from pool/python-jirafs
- Add missing ipdb dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
1c0d1857d1
commit
577cb39374
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 10:15:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add missing ipdb dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 14:37:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -27,24 +27,24 @@ URL: https://github.com/coddingtonbear/jirafs
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jirafs/jirafs-%{version}.tar.gz
|
||||
Patch0: capitalization.patch
|
||||
BuildRequires: %{python_module PrettyTable}
|
||||
BuildRequires: %{python_module behave}
|
||||
BuildRequires: %{python_module blessings}
|
||||
BuildRequires: %{python_module environmental-override}
|
||||
BuildRequires: %{python_module ipdb}
|
||||
BuildRequires: %{python_module jira}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
# For testing
|
||||
BuildRequires: %{python_module behave}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module tox}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
Requires: python-PrettyTable
|
||||
Requires: python-blessings
|
||||
Requires: python-environmental-override
|
||||
Requires: python-ipdb
|
||||
Requires: python-jira
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -66,6 +66,7 @@ issues as a collection of text files using an interface inspired by
|
||||
}
|
||||
|
||||
%check
|
||||
# tests require running JIRA instance
|
||||
#%%python_exec -m unittest discover -v
|
||||
|
||||
%files %{python_files}
|
||||
|
||||
Reference in New Issue
Block a user