From 7f558b99010a44f2f5c9b306add64828aa7edac3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 24 May 2019 13:41:53 +0300 Subject: [PATCH] use epoch 1 for python3 package --- python-sphinxcontrib-bitbucket.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sphinxcontrib-bitbucket.spec b/python-sphinxcontrib-bitbucket.spec index ac5666d..382164f 100644 --- a/python-sphinxcontrib-bitbucket.spec +++ b/python-sphinxcontrib-bitbucket.spec @@ -21,7 +21,7 @@ BuildRequires: python-modules >= 2 BuildRequires: python-setuptools %endif %if %{with python3} -BuildRequires: python3-modules >= 3 +BuildRequires: python3-modules >= 1:3 BuildRequires: python3-setuptools %endif Requires: python-modules >= 2 -- 2.44.0