Skip to content

Commit d519637

Browse files
authored
Merge pull request #35 from igortg/patch-1
Fix "No module named 'gitdb.utils.compat'" error
2 parents 168738f + f9174ff commit d519637

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

recipe/meta.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source:
99
sha256: 9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42
1010

1111
build:
12-
number: 0
12+
number: 1
1313
noarch: python
1414
script: {{ PYTHON }} -m pip install . --no-deps -vv
1515

@@ -19,18 +19,21 @@ requirements:
1919
- pip
2020
run:
2121
- python >=3
22-
- gitdb2
22+
- gitdb2 <=3.0.0
2323

2424
test:
2525
requires:
2626
- git
27+
- pip
2728
imports:
2829
- git
2930
- git.index
3031
- git.objects
3132
- git.objects.submodule
3233
- git.refs
3334
- git.repo
35+
commands:
36+
- pip check
3437

3538
about:
3639
home: https://github.com/gitpython-developers/GitPython

0 commit comments

Comments
 (0)