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