diff --git a/python-pytest-httpbin.changes b/python-pytest-httpbin.changes index d112a2b..e05815e 100644 --- a/python-pytest-httpbin.changes +++ b/python-pytest-httpbin.changes @@ -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 diff --git a/python-pytest-httpbin.spec b/python-pytest-httpbin.spec index df08f85..16bdc55 100644 --- a/python-pytest-httpbin.spec +++ b/python-pytest-httpbin.spec @@ -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