From a1f4e2f45a06885b0533e7a9fd01247dc83dea07fa814d08b0b35c77668bd838 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 6 Dec 2018 23:27:59 +0000 Subject: [PATCH] Add a note about python2-devel OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-HeapDict?expand=0&rev=7 --- python-HeapDict.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-HeapDict.spec b/python-HeapDict.spec index 572c330..5336b85 100644 --- a/python-HeapDict.spec +++ b/python-HeapDict.spec @@ -36,6 +36,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} +# These packages contain module test from stdlib, +# it has nothing to do with this package being noarch BuildRequires: python2-devel BuildRequires: python3-testsuite %endif