From b5c809a2aeb88cddbbf19eb43ed3b97520dfb13199a5d83e4934cfa04a3c8006 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 11 Jan 2016 08:05:49 +0000 Subject: [PATCH] Accepting request 352630 from home:jfrede:branches:devel:languages:python BuildRequires: python-pbr to build on a worker that has no internet connection. OBS-URL: https://build.opensuse.org/request/show/352630 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=26 --- python-testrepository.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-testrepository.spec b/python-testrepository.spec index c874ddd..5bb725b 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -32,6 +32,7 @@ BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-setuptools BuildRequires: python-testscenarios BuildRequires: python-testtools >= 0.9.30 +BuildRequires: python-pbr Requires: python-extras Requires: python-fixtures Requires: python-python-subunit >= 0.0.10