-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[openldap] fix package #23520
[openldap] fix package #23520
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying openldap/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Hi! Have you checked if #18800 also fixes your issue? |
no, I didn't. the PR your linked is related to the conan 2 migration. my goal is only to fix specific error message. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uhm... the specific error message and your fixes are entirely about Conan v2 migration, though. 😄 |
I don't see the word "migration" in the error message 🤔 |
31bbb93
to
8f19c2e
Compare
I'm not sure if you're being serious or not, but anyway: https://docs.conan.io/1/migrating_to_2.0/recipes.html#python-import-statements |
This comment has been minimized.
This comment has been minimized.
|
||
def requirements(self): | ||
self.requires("openssl/1.1.1q") | ||
self.requires("openssl/3.2.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.requires("openssl/3.2.1") | |
self.requires("openssl/[>=1.1 <4]") |
In order to prevent not only version conflicts, but also downloading the latest version available, please, consider version range.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 16 (
Conan v2 pipeline ✔️
All green in build 15 ( |
Closing this PR as it's superseded by #18800, including new release 2.6.7. Thank you for your pull request, please, update your local copy of openldap. Feel free to re-open it in case you find a change in this PR that should be added to the recipe too. |
Specify library name and version: openldap/2.6.7
this PR fixes the following error message whenever attempt to require openldap package: