From f76fb88422d3e522e13accc28a85eff18c70ac13 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 16 Oct 2018 13:09:46 +0200 Subject: [PATCH] sort build dependencies --- pytest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index e4f3826..51fa5bc 100644 --- a/pytest.spec +++ b/pytest.spec @@ -42,12 +42,12 @@ BuildRequires: python2-devel BuildRequires: python2-funcsigs BuildRequires: python2-hypothesis BuildRequires: python2-more-itertools >= 4.0.0 +BuildRequires: python2-pathlib2 >= 2.2.0 BuildRequires: python2-pluggy >= 0.7 BuildRequires: python2-py >= %{pylib_version} BuildRequires: python2-setuptools BuildRequires: python2-setuptools_scm BuildRequires: python2-six -BuildRequires: python2-pathlib2 >= 2.2.0 %if %{with timeout} BuildRequires: python2-pytest-timeout