Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ source:
sha256: 9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

@@ -19,18 +19,21 @@ requirements:
- pip
run:
- python >=3
- gitdb2
- gitdb2 <=3.0.0

test:
requires:
- git
- pip
imports:
- git
- git.index
- git.objects
- git.objects.submodule
- git.refs
- git.repo
commands:
- pip check

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