Skip to content
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

yara-python 3.5.0 on PyPI has stale .y and .l generated code files #22

Closed
joachimmetz opened this issue Aug 5, 2016 · 1 comment
Closed

Comments

@joachimmetz
Copy link
Contributor

FYI you likely want to have sdist handle updating the .y and .l generated code files

The yara-python 3.5.0 version provides via https://pypi.python.org/pypi/yara-python/3.5.0 contains stale .y and .l generated code files e.g. yara/libyara/grammar.c still includes stdint.h while gammar.y references yara/integers.h. Currently this causes yara-python unable to build on Windows.

@joachimmetz
Copy link
Contributor Author

Have a look at https://github.com/py4n6/pytsk/blob/master/setup.py for a somewhat similar set up as yara-python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants