Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/{bleach,html5lib,importlib_resources,sagenb_export}/depend…
Browse files Browse the repository at this point in the history
…encies: Add missing deps
  • Loading branch information
Matthias Koeppe committed Sep 9, 2021
1 parent a3bd572 commit 00f06a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/bleach/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | $(PYTHON_TOOLCHAIN)
$(PYTHON) packaging | $(PYTHON_TOOLCHAIN)

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

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

----------
All lines of this file are ignored except the first.
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 @@
$(PYTHON) nbconvert ipython six | $(PYTHON_TOOLCHAIN)
$(PYTHON) notebook nbconvert ipython six | $(PYTHON_TOOLCHAIN)

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

0 comments on commit 00f06a6

Please sign in to comment.