]> git.pld-linux.org Git - packages/python-fs.git/blame - python-fs-py3-requires.patch
rebuild with python 3.10
[packages/python-fs.git] / python-fs-py3-requires.patch
CommitLineData
a6a9c16d
JB
1--- fs-2.4.14/setup.cfg.orig 2021-12-10 19:57:26.970958612 +0100
2+++ fs-2.4.14/setup.cfg 2021-12-10 19:57:30.277607365 +0100
3@@ -40,17 +40,17 @@ packages = find:
4 setup_requires =
5 setuptools >=38.3.0
6 install_requires =
7- appdirs~=1.4.3
8+ appdirs>=1.4.3
9 pytz
10 setuptools
11- six ~=1.10
12- enum34 ~=1.1.6 ; python_version < '3.4'
13- typing ~=3.6 ; python_version < '3.6'
14- backports.os ~=0.1 ; python_version < '3.0'
15+ six >=1.10
16+ enum34 >=1.1.6 ; python_version < '3.4'
17+ typing >=3.6 ; python_version < '3.6'
18+ backports.os >=0.1 ; python_version < '3.0'
20ef4f78 19
a6a9c16d
JB
20 [options.extras_require]
21 scandir =
22- scandir~=1.5 ; python_version < '3.5'
23+ scandir>=1.5 ; python_version < '3.5'
20ef4f78 24
a6a9c16d
JB
25 [options.packages.find]
26 exclude = tests
This page took 0.04444 seconds and 4 git commands to generate.