forked from pool/python-tox
Accepting request 460740 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/460740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=17
This commit is contained in:
commit
afdef78653
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 17:03:57 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
|
- add a "tox" provides that helps finding it for non-SUSE users
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 6 19:49:22 UTC 2016 - hpj@urpla.net
|
Wed Apr 6 19:49:22 UTC 2016 - hpj@urpla.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tox
|
# spec file for package python-tox
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -36,6 +36,7 @@ BuildRequires: python-py >= 1.4.17
|
|||||||
BuildRequires: python-pytest >= 2.3.5
|
BuildRequires: python-pytest >= 2.3.5
|
||||||
BuildRequires: python-virtualenv >= 1.11.2
|
BuildRequires: python-virtualenv >= 1.11.2
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
Provides: tox = %{version}
|
||||||
Requires: python-pluggy >= 0.3.0
|
Requires: python-pluggy >= 0.3.0
|
||||||
Requires: python-py >= 1.4.17
|
Requires: python-py >= 1.4.17
|
||||||
Requires: python-virtualenv >= 1.11.2
|
Requires: python-virtualenv >= 1.11.2
|
||||||
|
Loading…
Reference in New Issue
Block a user