No sudo pip warning in venv or virtualenv

This commit is contained in:
Tomas Orsava 2017-03-03 15:15:18 +01:00
commit 5a8e99c9e5
2 changed files with 17 additions and 10 deletions

View file

@ -17,7 +17,7 @@
Name: python-%{srcname}
Version: 9.0.1
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A tool for installing and managing Python packages
Group: Development/Libraries
@ -244,6 +244,9 @@ py.test-%{python3_version} -m 'not network'
%endif # with_python3
%changelog
* Fri Mar 03 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-8
- Patch 1 update: No sudo pip warning in venv or virtualenv
* Thu Feb 23 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-7
- Patch 1 update: Customize the warning with the proper version of the pip
command