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 service should use pip to install yara-python #301

Open
mrichard91 opened this issue Mar 2, 2017 · 1 comment
Open

Yara service should use pip to install yara-python #301

mrichard91 opened this issue Mar 2, 2017 · 1 comment

Comments

@mrichard91
Copy link

mrichard91 commented Mar 2, 2017

When running the bootstrap for yara service on ubuntu it grabs the yara package using apt-get which is currently 1.7.7. We can move this to yara-python in requirements.txt which supports 3.5.

This is the command currently used in ubuntu_install():
sudo apt-get install -y --fix-missing yara

@mgoffin
Copy link
Contributor

mgoffin commented Mar 2, 2017

Yes! Now that it's properly separated that would be great.

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