Skip to content

Commit

Permalink
Updade decl.h and fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Sep 6, 2018
1 parent 9951316 commit dfa536a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pygit2/decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ typedef struct {
const char *their_label;
git_merge_file_favor_t favor;
git_merge_file_flag_t flags;
unsigned short marker_size;
} git_merge_file_options;

#define GIT_MERGE_OPTIONS_VERSION ...
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def run(self):
long_description=long_description,
packages=['pygit2'],
package_data={'pygit2': ['decl.h']},
setup_requires=['cffi'],
setup_requires=['cffi', 'pycparser<2.18'],
install_requires=['cffi', 'six'],
zip_safe=False,
cmdclass=cmdclass,
Expand Down

0 comments on commit dfa536a

Please sign in to comment.