From b5c809a2aeb88cddbbf19eb43ed3b97520dfb13199a5d83e4934cfa04a3c8006 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 11 Jan 2016 08:05:49 +0000 Subject: [PATCH 1/2] 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 From 787121bfaaae559edf7dad91e3f057e90411702d85c064bf72f7828fe265051c Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 11 Jan 2016 09:38:10 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=27 --- python-testrepository.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-testrepository.changes b/python-testrepository.changes index 820a2d7..fd40cd0 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 11 09:37:54 UTC 2016 - toddrme2178@gmail.com + +- Add python-pbr dependency. + ------------------------------------------------------------------- Thu Sep 10 12:07:18 UTC 2015 - tbechtold@suse.com