From 0e68c7d5181d5c62716e4affe30cd76824ffc0eb Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Wed, 14 Jun 2023 09:11:18 +1000 Subject: [PATCH] copy: Declare dependency on types. --- python-stdlib/copy/manifest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-stdlib/copy/manifest.py b/python-stdlib/copy/manifest.py index 909ac2054..d11e94774 100644 --- a/python-stdlib/copy/manifest.py +++ b/python-stdlib/copy/manifest.py @@ -1,3 +1,5 @@ metadata(version="3.3.3-2") +require("types") + module("copy.py")