Accepting request 725344 from devel:languages:python:django

- Simplify the deps

OBS-URL: https://build.opensuse.org/request/show/725344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-08-23 09:07:57 +00:00 committed by Git OBS Bridge
commit ecc7e9396c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 22 13:40:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Simplify the deps
-------------------------------------------------------------------
Tue Jul 2 12:10:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

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