File: relax-python3-git-version.patch

package info (click to toggle)
python-dcos 0.2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,440 kB
  • sloc: python: 8,196; sh: 194; makefile: 36
file content (16 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Relax python3-git version depends
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-01-06

--- python-dcos-0.2.0.orig/setup.py
+++ python-dcos-0.2.0/setup.py
@@ -65,7 +65,7 @@ setup(
     # requirements files see:
     # https://packaging.python.org/en/latest/requirements.html
     install_requires=[
-        'gitpython>=1.0, <2.0',
+        'gitpython>=1.0',
 
         # pin the exact version, because jsonschema 2.5 broke py3
         'jsonschema==2.4',