diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-08-21 10:13:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 10:13:20 -0400 |
commit | b261c9277782ac5ffd8cb344a27914f9c5d09b6e (patch) | |
tree | f0ec7e1d9b58fc8f87bb0d12d62beb0ffe496e94 | |
parent | 9606c2afa628e00950cf76bab88fcba7e32f9b05 (diff) | |
download | build_manifests-b261c9277782ac5ffd8cb344a27914f9c5d09b6e.tar.gz |
Add pypdf2 back in for traceability
Its recipe will be modified to address the repeated build issue.
-rw-r--r-- | public.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public.yaml b/public.yaml index 03ee11a..9cf15e7 100644 --- a/public.yaml +++ b/public.yaml @@ -69,6 +69,7 @@ packages: - pyobjc-framework-quartz - pyopengl-accelerate - pyopengl + - pypdf2 - pyqtgraph - pyraf - pyregion |