File: drop_importlib_metadata.patch

package info (click to toggle)
python-awkward 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,524 kB
  • sloc: python: 187,940; cpp: 33,928; sh: 432; makefile: 21; javascript: 8
file content (13 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Alexandre Detiste <tchet@debian.org>
Subject: remove extraneous dep on python3-importlib-metadata

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,6 @@
 ]
 dependencies = [
     "awkward_cpp==52",
-    "importlib_metadata>=4.13.0;python_version < \"3.12\"",
     "numpy>=1.21.3",
     "packaging",
     "typing_extensions>=4.1.0; python_version < \"3.11\"",