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

ctypes: depend explicitly on ctypes.foreign #29

Closed
wants to merge 1 commit into from

Conversation

emillon
Copy link
Contributor

@emillon emillon commented Jul 17, 2023

In ctypes < 0.21.0, the ctypes and ctypes.foreign libraries were
installed in the same directory, so depending on one would make the
other one visible.
ctypes 0.21.0 installs them in different directories so this makes it an
error.
tgls actually uses ctypes.foreign so this adds the dependency.

In ctypes < 0.21.0, the ctypes and ctypes.foreign libraries were
installed in the same directory, so depending on one would make the
other one visible.
ctypes 0.21.0 installs them in different directories so this makes it an
error.
tgls actually uses ctypes.foreign so this adds the dependency.
@emillon emillon mentioned this pull request Jul 17, 2023
18 tasks
emillon added a commit to yallop/opam-repository that referenced this pull request Jul 17, 2023
@dbuenzli dbuenzli closed this in eda88cf Jul 17, 2023
@dbuenzli
Copy link
Owner

dbuenzli commented Jul 17, 2023

Thank you! Your patch is in as eda88cf

dbuenzli added a commit that referenced this pull request Sep 13, 2023
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants