File: no-python3-pkg-resources.patch

package info (click to toggle)
sphinx-theme-builder 0.2.0b2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 2,227; sh: 19; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,6 @@
   "packaging",
   "rich",        # for output styling
   "nodeenv",     # for NodeJS isolation
-  "setuptools",  # for nodeenv
   "tomli ; python_version < '3.11'",       # for pyproject.toml parsing
   "typing_extensions ; python_version <= '3.7'", # for Protocol
 ]