From 6b0bfcf6bddf6bbb9838fe79e1d6de88287ec041626f03872df1eb3fb5bce361 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 14 Sep 2021 07:38:40 +0000 Subject: [PATCH] - Add missing Requires on platformdirs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=103 --- python-virtualenv.changes | 5 +++++ python-virtualenv.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 41b6a5d..d05120d 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 14 07:38:15 UTC 2021 - Steve Kowalik + +- Add missing Requires on platformdirs. + ------------------------------------------------------------------- Wed Aug 4 14:41:14 UTC 2021 - Matej Cepl diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 437408d..3cdb65d 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -46,6 +46,7 @@ BuildRequires: python-rpm-macros Requires: python-appdirs >= 1.4.3 Requires: python-distlib >= 0.3.1 Requires: python-filelock >= 3.0.0 +Requires: python-platformdirs >= 2 Requires: python-setuptools Requires: python-six >= 1.9.0 Requires(post): update-alternatives