Skip to content

Fix "No module named 'gitdb.utils.compat'" error #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 18, 2020
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
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42

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

Expand All @@ -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
Expand Down