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
This commit is contained in:
2018-05-07 12:52:58 +00:00
committed by Git OBS Bridge
parent 093e7fefe7
commit b165106aa9
2 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -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