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 <module>
        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
This commit is contained in:
Tomáš Chvátal 2018-08-04 15:09:58 +00:00 committed by Git OBS Bridge
parent 26031a2e22
commit df7d030963
2 changed files with 12 additions and 0 deletions

View File

@ -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 <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'
-------------------------------------------------------------------
Sun Jul 22 10:26:27 UTC 2018 - tchvatal@suse.com

View File

@ -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