We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 168738f + f9174ff commit d519637Copy full SHA for d519637
recipe/meta.yaml
@@ -9,7 +9,7 @@ source:
9
sha256: 9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42
10
11
build:
12
- number: 0
+ number: 1
13
noarch: python
14
script: {{ PYTHON }} -m pip install . --no-deps -vv
15
@@ -19,18 +19,21 @@ requirements:
19
- pip
20
run:
21
- python >=3
22
- - gitdb2
+ - gitdb2 <=3.0.0
23
24
test:
25
requires:
26
- git
27
+ - pip
28
imports:
29
30
- git.index
31
- git.objects
32
- git.objects.submodule
33
- git.refs
34
- git.repo
35
+ commands:
36
+ - pip check
37
38
about:
39
home: https://github.com/gitpython-developers/GitPython
0 commit comments