File: 0001-Drop-funcsigs-from-requirements.patch

package info (click to toggle)
python-logfury 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: python: 528; sh: 14; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
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
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
 six>=1.10
-funcsigs