File: 0001-Don-t-use-setuptools-scm.patch

package info (click to toggle)
python-b2sdk 1.17.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,444 kB
  • sloc: python: 24,335; sh: 13; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Emmanuel Arias <eamanu@yaerobi.com>
Date: Wed, 10 Feb 2021 17:54:51 -0300
Subject: Don't use setuptools-scm

Remove depedency of setuptools-scm from setup.py.
---
Index: python-b2sdk/setup.py
===================================================================
--- python-b2sdk.orig/setup.py
+++ python-b2sdk/setup.py
@@ -109,8 +109,6 @@ setup(
     # for example:
     # $ pip install -e .[dev,test]
     extras_require={'doc': read_requirements('doc')},
-    setup_requires=['setuptools_scm<6.0'],
-    use_scm_version=True,
 
     # If there are data files included in your packages that need to be
     # installed, specify them here.