This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
forked from concentricsky/badgr-server
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|