blob: cef20a2e4220e1b185a173e7d54ec3323d61445a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-setup.cfg,v 1.1 2022/01/29 08:40:00 wiz Exp $
Relax restrictions.
--- setup.cfg.orig 2021-05-08 19:51:38.402109600 +0000
+++ setup.cfg
@@ -36,9 +36,9 @@ package_dir =
=src
packages = find:
install_requires =
- pyflakes >= 2.3.0, < 2.4.0
- pycodestyle >= 2.7.0, < 2.8.0
- mccabe >= 0.6.0, < 0.7.0
+ pyflakes >= 2.3.0
+ pycodestyle >= 2.7.0
+ mccabe >= 0.6.0
enum34; python_version<"3.4"
typing; python_version<"3.5"
configparser; python_version<"3.2"
|