From 297d77d4ccf9dfa798468a8f96a95762ba9921288594981802eb29a4687e53a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 Dec 2019 17:29:28 +0000 Subject: [PATCH] Add BR: python OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=13 --- python-jsonpickle.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index e2031d1..ad0e2e5 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -38,6 +38,8 @@ BuildRequires: %{python_module coverage} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pymongo} BuildRequires: %{python_module pytest} +# Provided by both python and python3 +BuildRequires: python # /SECTION # SECTION python 2 test requirements BuildRequires: python-enum34