From adadf9c2e3a46970bb7c80c74bc9a74ea792c79a3363dfe2556a9ad3948ab7e6 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 3 Mar 2017 05:18:50 +0000 Subject: [PATCH] Fix import error on backports.configparser by workaround (boo#1025589) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_review?expand=0&rev=36 --- python-openqa_review.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-openqa_review.spec b/python-openqa_review.spec index 27f3ada..d72e63b 100644 --- a/python-openqa_review.spec +++ b/python-openqa_review.spec @@ -31,6 +31,9 @@ Requires: python-PyYAML Requires: python-beautifulsoup4 Requires: python-certifi Requires: python-configparser +# workaround because of python-configparser not providing the '__init__.py' +# file within site-packages/backports +Requires: python-backports.ssl_match_hostname Requires: python-future Requires: python-humanfriendly Requires: python-pika