aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-extractcode/0001-Remove-strict-versioning-of-plugins.patch
blob: db8e3eaa694a1eeb72543b6802b90c2eb45e9e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 297fecfae7e160b8e57df84521a38dab34af6634 Mon Sep 17 00:00:00 2001
From: Konrad Weihmann <kweihmann@outlook.com>
Date: Wed, 28 Jul 2021 20:30:40 +0200
Subject: [PATCH] Remove strict versioning of plugins

and remove the [full] option from typecode.

Upstream-Status: Inappropriate [configuration]
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 setup.cfg | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 5a422cf..333104e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -66,9 +66,7 @@ where = src
 
 [options.extras_require]
 full = 
-	extractcode-7z >= 16.5.210525
-	extractcode_libarchive >= 3.5.1.210525
-	typecode[full] >= 21.6.1
+	typecode >= 21.6.1
 testing = 
 	pytest >= 6
 	pytest-xdist >= 2
-- 
2.25.1