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:
parent
4fc6232cca
commit
df4302e5ea
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user