-
Notifications
You must be signed in to change notification settings - Fork 46
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
Remove system_requirements exception for libusb #158
Conversation
@czoido it's another example related to conan-io/conan-center-index#641 |
I will update this to remove exception for libusb All |
This should only get merged after we actually have a system package including libudev, so that the libusb recipe can be updated accordingly |
Due to the merge of the default branch, this would now also remove the exception for the |
Okay |
I would like to create a "virtual package" for libudev in CCI, which relies on system_requirements to install libudev
The rational for whitelisting it in the first place was because @uilianries and I deemed it to be too low-level. Libudev is part of systemd, but I'm not sure how entangled it is with the rest of systemd
Libusb is currently installing libudev via system_requirements.
Moving it into an own recipe allows
In general, I still firmly believe that system_requirements should be avoided so we should be careful when whitelisting stuff.
// @SSE4
Blocked by conan-io/conan-center-index#7940