SHA256
1
0
forked from pool/python-pip

Updating link to change in openSUSE:Factory/python-pip revision 35.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=2474f808c61b06e0e01a49b660ca3ee3
This commit is contained in:
OBS User buildservice-autocommit 2017-04-19 16:04:53 +00:00 committed by Git OBS Bridge
parent 44afbd60a4
commit dcb41e3411
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 29 13:52:06 UTC 2017 - jmatejek@suse.com
- uninstall alternatives in %postun
-------------------------------------------------------------------
Thu Feb 23 15:31:57 UTC 2017 - jmatejek@suse.com

View File

@ -94,7 +94,7 @@ PRIO=$(echo %{python_version} | tr -d .)
%install_alternative pip %{_bindir}/pip%{python_version} $PRIO
%endif
%preun
%postun
%ifpypy3
%uninstall_alternative pip %{_bindir}/pip-%{pypy3_bin_suffix}
%else