From 64ed3c4373e7298adcd596346d638da61175f70ab39b4ff6c57191837fa0071b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 22 Aug 2019 13:40:57 +0000 Subject: [PATCH] - Siplify the deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=11 --- python-pytest-django.changes | 5 +++++ python-pytest-django.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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