From b165106aa9f3c02e10968c90e25b2b75184d8f24172578946ff0689501bcba8d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 7 May 2018 12:52:58 +0000 Subject: [PATCH] Accepting request 603207 from devel:languages:python - Revert last commit OBS-URL: https://build.opensuse.org/request/show/603207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpbin?expand=0&rev=6 --- python-pytest-httpbin.changes | 5 +++++ python-pytest-httpbin.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python-pytest-httpbin.changes b/python-pytest-httpbin.changes index e05815e..560f6ac 100644 --- a/python-pytest-httpbin.changes +++ b/python-pytest-httpbin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 17:43:14 UTC 2018 - tchvatal@suse.com + +- Revert last commit + ------------------------------------------------------------------- Thu Apr 19 17:12:15 UTC 2018 - toddrme2178@gmail.com diff --git a/python-pytest-httpbin.spec b/python-pytest-httpbin.spec index 16bdc55..bd023f9 100644 --- a/python-pytest-httpbin.spec +++ b/python-pytest-httpbin.spec @@ -25,14 +25,12 @@ 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 @@ -58,8 +56,6 @@ fixture. %files %{python_files} %defattr(-,root,root,-) -%doc DESCRIPTION.rst -%{python_sitelib}/pytest_httpbin-%{version}-py*.egg-info -%{python_sitelib}/pytest_httpbin/ +%{python_sitelib}/* %changelog