File: no_setuptools_scm.patch

package info (click to toggle)
xyzservices 2025.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: python: 1,044; javascript: 253; makefile: 24; sh: 4
file content (20 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Edward Betts <edward@4angle.com>
Date: Mon, 11 Sep 2023 19:19:45 +0530
Subject: Drop setuptools_scm from setup.py

Forwarded: not-needed
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 51eccc3..71191d2 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,5 @@ setuptools.setup(
         "Programming Language :: Python :: 3 :: Only",
     ],
     use_scm_version=True,
-    setup_requires=["setuptools_scm"],
     data_files=[("share/xyzservices", ["xyzservices/data/providers.json"])],
 )