SHA256
1
0
forked from pool/python-tox

- (Build)Require python-argparse on SLE

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2013-09-19 12:28:00 +00:00 committed by Git OBS Bridge
parent 4fc6232cca
commit df4302e5ea
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 19 12:27:49 UTC 2013 - speilicke@suse.com
- (Build)Require python-argparse on SLE
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 5 07:29:06 UTC 2013 - speilicke@suse.com Thu Sep 5 07:29:06 UTC 2013 - speilicke@suse.com

View File

@ -25,12 +25,16 @@ Group: Development/Languages/Python
Url: http://codespeak.net/tox Url: http://codespeak.net/tox
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
Patch0: tox-disable-network-accessing-tests.patch Patch0: tox-disable-network-accessing-tests.patch
BuildRequires: python-Sphinx
BuildRequires: python-devel BuildRequires: python-devel
# Documentation requirements:
BuildRequires: python-Sphinx
# Test requirements:
BuildRequires: python-argparse
BuildRequires: python-py >= 1.4.9 BuildRequires: python-py >= 1.4.9
BuildRequires: python-pytest >= 2.3.5 BuildRequires: python-pytest >= 2.3.5
BuildRequires: python-virtualenv BuildRequires: python-virtualenv
BuildRequires: unzip BuildRequires: unzip
Requires: python-argparse
Requires: python-py Requires: python-py
Requires: python-virtualenv Requires: python-virtualenv
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build