$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"