From df7d0309632e416a7254a5222351df89ce8b3b45b4dfdf6e96b5c8c383799dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 4 Aug 2018 15:09:58 +0000 Subject: [PATCH] Accepting request 627453 from home:matwey:branches:devel:languages:python - Add requires: python-setuptools > virtualenv-3.6 --help Traceback (most recent call last): File "/usr/bin/virtualenv-3.6", line 6, in from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' OBS-URL: https://build.opensuse.org/request/show/627453 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=63 --- python-virtualenv.changes | 11 +++++++++++ python-virtualenv.spec | 1 + 2 files changed, 12 insertions(+) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index cdeb25a..fcefc12 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 4 14:42:16 UTC 2018 - matwey.kornilov@gmail.com + +- Add requires: python-setuptools + + > virtualenv-3.6 --help + Traceback (most recent call last): + File "/usr/bin/virtualenv-3.6", line 6, in + from pkg_resources import load_entry_point + ModuleNotFoundError: No module named 'pkg_resources' + ------------------------------------------------------------------- Sun Jul 22 10:26:27 UTC 2018 - tchvatal@suse.com diff --git a/python-virtualenv.spec b/python-virtualenv.spec index eb38c28..d6de980 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -31,6 +31,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python +Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch