1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Gordon Ball <gordon@chronitis.net>
Date: Wed, 6 May 2020 14:33:00 +0000
Subject: Drop funcsigs from requirements
This package is a backport from python 3.3, and is only used as a
fallback where import from the stdlib fails. Not needed when only
building for recent versions of python3. Patched out of requirements.txt
so that it doesn't get added to runtime depends.
requirements.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 86e41d1..bb77dce 100644
@@ -1,2 +1 @@
six>=1.10
-funcsigs
|