Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Pinned version of pip/virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
frgray committed Apr 25, 2018
1 parent 1bcd3c4 commit 20e1961
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SPECFILE
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ fi
/usr/bin/virtualenv %{install_dir}/builds/%{version}/env

# UPGRADE PIP/Virtualenv
%{install_dir}/builds/%{version}/env/bin/pip install -U pip
%{install_dir}/builds/%{version}/env/bin/pip install -U virtualenv
%{install_dir}/builds/%{version}/env/bin/pip install -U pip==9.0.3
%{install_dir}/builds/%{version}/env/bin/pip install -U virtualenv==15.0.2

# INSTALL PYCURL FIRST...
export PYCURL_SSL_LIBRARY=nss
Expand Down Expand Up @@ -147,6 +147,9 @@ echo '{"version": '"\"%{version}\""', "release": '"\"%{release}\""', "commit_sha
%config(noreplace) %attr(0644,root,root) %{install_dir}/etc/settings_local.py

%changelog
* Wed Apr 25 2018 Francisco Gray <[email protected]>
- Pinned versions of pip and virtualenv

* Thu Feb 22 2018 Francisco Gray <[email protected]>
- Removed npm install / build step

Expand Down

0 comments on commit 20e1961

Please sign in to comment.