From 75904ecb7bee47f44408a1decbee617569e8446adafcdfce5943fb9e19942493 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 Dec 2019 17:51:38 +0000 Subject: [PATCH] Add BR: python3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=14 --- python-jsonpickle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index ad0e2e5..1573871 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -38,8 +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 +BuildRequires: python3 # /SECTION # SECTION python 2 test requirements BuildRequires: python-enum34