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

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