From 0ed9a7d4ccef8ac3db6b75b83702c071a201a520 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Thu, 11 Aug 2016 23:42:02 -0400 Subject: [PATCH] Add missing BR's for setuptools_scm to fix build in koji --- python-pytest-xdist.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 7f11966..2ad702b 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -24,6 +24,8 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python3-devel +BuildRequires: python2-setuptools_scm +BuildRequires: python3-setuptools_scm %description %{desc}