# HG changeset patch # User Franz Glasner # Date 1736427423 -3600 # Node ID b32b41297893d4bdd61849a9f31f9025642cd8a3 # Parent a813094ae4f57c81f08e439c256721198dd85418 The scandir package is not needed any more on Python <3.5 because fs walking has been implemented using os.listdir() also diff -r a813094ae4f5 -r b32b41297893 setup.cfg --- a/setup.cfg Thu Jan 09 13:48:57 2025 +0100 +++ b/setup.cfg Thu Jan 09 13:57:03 2025 +0100 @@ -43,12 +43,6 @@ cutils cutils.util -[options.extras_require] -treesum = - scandir>=1.10;python_version<"3.5" -all = - scandir>=1.10;python_version<"3.5" - [options.entry_points] console_scripts = py-dos2unix = cutils.dos2unix:main