File: drop-python-toml-from-essential-set.patch

package info (click to toggle)
pydoctor 24.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,756 kB
  • sloc: python: 24,757; javascript: 2,561; ansic: 57; sh: 24; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.cfg
+++ b/setup.cfg
@@ -46,10 +46,6 @@
     lunr>=0.6.2,<0.8.0
     configargparse
 
-    toml; python_version < "3.11"
-    astor; python_version < "3.9"
-    importlib_resources; python_version < "3.9"
-
 [options.extras_require]
 docs =
     Sphinx