Skip to content

Commit

Permalink
Fix various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Sep 30, 2016
1 parent 783cd7d commit 8fd8273
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/cvxopt/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy $(BLAS) cephes gsl glpk | pkgconfig pip matplotlib
$(PYTHON) numpy $(BLAS) cephes gsl glpk | pkgconfig pip matplotlib

matplotlib is needed to test cvxopt (i.e., if SAGE_CHECK=yes). See #12742.

Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/prompt_toolkit/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) setuptools six wcwidth
$(PYTHON) six wcwidth | pip

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/pyx/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON)
$(PYTHON) | pip

----------
All lines of this file are ignored except the first.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/sagenb_export/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nbconvert ipython six
$(PYTHON) nbconvert ipython six | pip

----------
All lines of this file are ignored except the first.
Expand Down

0 comments on commit 8fd8273

Please sign in to comment.