Accepting request 598781 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/598781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpbin?expand=0&rev=5
This commit is contained in:
2018-04-22 12:36:00 +00:00
committed by Git OBS Bridge
parent f0a9eb11cc
commit 093e7fefe7
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 19 17:12:15 UTC 2018 - toddrme2178@gmail.com
- Fix dependencies.
-------------------------------------------------------------------
Mon Nov 13 18:23:24 UTC 2017 - arun@gmx.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-httpbin
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,14 @@ License: MIT
Group: Development/Languages/Python
Url: https://github.com/kevin1024/pytest-httpbin
Source: https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
BuildRequires: %{python_module httpbin}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: python-rpm-macros
Requires: python-httpbin
Requires: python-pytest
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -56,6 +58,8 @@ fixture.
%files %{python_files}
%defattr(-,root,root,-)
%{python_sitelib}/*
%doc DESCRIPTION.rst
%{python_sitelib}/pytest_httpbin-%{version}-py*.egg-info
%{python_sitelib}/pytest_httpbin/
%changelog