From 4f18d9fb26cbdee7b6f6f3b6a563dd1b0bfbbcfd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 27 Jun 2020 19:03:57 +0200 Subject: [PATCH] - R: python*-ruamal.base (for dir, not pythonegg) --- python-ruamel.ordereddict.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-ruamel.ordereddict.spec b/python-ruamel.ordereddict.spec index a011a47..9359f77 100644 --- a/python-ruamel.ordereddict.spec +++ b/python-ruamel.ordereddict.spec @@ -33,6 +33,8 @@ BuildRequires: python3-pytest BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 Requires: python-modules >= 1:2.6 +# for dir +Requires: python-ruamel.base BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -46,6 +48,8 @@ Summary: A version of dict that keeps keys in insertion resp. sorted order Summary(pl.UTF-8): Wersja słownika trzymająca klucze w kolejności wstawiania Group: Libraries/Python Requires: python3-modules >= 1:3.2 +# for dir +Requires: python3-ruamel.base %description -n python3-ruamel.ordereddict A version of dict that keeps keys in insertion resp. sorted order. -- 2.44.0