File: 0002-pkg_resources_not_needed_at_runtime.patch

package info (click to toggle)
python-mp-api 0.45.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,004 kB
  • sloc: python: 6,712; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Forwarded: https://github.com/materialsproject/api/pull/1006

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,6 @@
   "Topic :: Scientific/Engineering",
 ]
 dependencies = [
-  "setuptools",
   "msgpack",
   "maggma>=0.57.1",
   "pymatgen>=2022.3.7,!=2024.2.20",