From d8f70f27f1e15bd666667d382af3620cd11a16d5 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Wed, 10 Aug 2022 14:02:06 -0600 Subject: Restore accidentally dropped dep [skip appveyor] When merging upstream, where the requirements file had already been split into three, dropped the install of the "build" package which is the main purpose of this PR. It was still in the GitHub action setup, so the CI run went fine. Signed-off-by: Mats Wichmann --- requirements-pkg.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-pkg.txt b/requirements-pkg.txt index ae71cde..3fb4aeb 100644 --- a/requirements-pkg.txt +++ b/requirements-pkg.txt @@ -11,3 +11,5 @@ readme-renderer sphinx < 6.0 sphinx-book-theme rst2pdf + +build -- cgit v0.12