Skip to content

Commit

Permalink
Trac #16015: dateutils requires setuptools
Browse files Browse the repository at this point in the history
URL: http://trac.sagemath.org/16015
Reported by: vbraun
Ticket author(s): Volker Braun
Reviewer(s): John Palmieri
  • Loading branch information
Release Manager authored and vbraun committed Mar 31, 2014
2 parents e439592 + b655ea9 commit 72e748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deps
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ $(INST)/$(LIBPNG): $(INST)/$(ZLIB)
$(INST)/$(SIX): $(INST)/$(PYTHON)
+$(PIPE) "$(SAGE_SPKG) $(SIX) 2>&1" "tee -a $(SAGE_LOGS)/$(SIX).log"

$(INST)/$(DATEUTIL): $(INST)/$(PYTHON) $(INST)/$(SIX)
$(INST)/$(DATEUTIL): $(INST)/$(PYTHON) $(INST)/$(SIX) $(INST)/$(SETUPTOOLS)
+$(PIPE) "$(SAGE_SPKG) $(DATEUTIL) 2>&1" "tee -a $(SAGE_LOGS)/$(DATEUTIL).log"

$(INST)/$(PYPARSING): $(INST)/$(PYTHON)
Expand Down

0 comments on commit 72e748f

Please sign in to comment.