diff --git a/python-pytest-django.changes b/python-pytest-django.changes index c953c3c..a6393e7 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 13:40:41 UTC 2019 - Tomáš Chvátal + +- Siplify the deps + ------------------------------------------------------------------- Tue Jul 2 12:10:47 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-django.spec b/python-pytest-django.spec index 74fc26b..25f2c5c 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-django Source: https://files.pythonhosted.org/packages/source/p/pytest-django/pytest-django-%{version}.tar.gz BuildRequires: %{python_module Django} -BuildRequires: %{python_module pytest >= 3.6} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm >= 1.11.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros BuildRequires: python2-pathlib2 BuildRequires: sqlite3 Requires: python-Django -Requires: python-pytest >= 3.6 +Requires: python-pytest BuildArch: noarch %ifpython2 Requires: python-pathlib2