Skip to content

ctypes: fix compatibility with 0.21.0#11

Merged
yallop merged 1 commit intoyallop:masterfrom
emillon:ctypes-compat
Jul 17, 2023
Merged

ctypes: fix compatibility with 0.21.0#11
yallop merged 1 commit intoyallop:masterfrom
emillon:ctypes-compat

Conversation

@emillon
Copy link
Copy Markdown
Contributor

@emillon emillon commented Jul 17, 2023

In ctypes < 0.21.0, the ctypes and ctypes.stubs 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. memcpy actually uses ctypes.stubs so it should depend on it.

In ctypes < 0.21.0, the `ctypes` and `ctypes.stubs` 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. memcpy actually uses `ctypes.stubs` so it should depend on it.
@emillon emillon mentioned this pull request Jul 17, 2023
18 tasks
@yallop yallop merged commit 6029423 into yallop:master Jul 17, 2023
@yallop
Copy link
Copy Markdown
Owner

yallop commented Jul 17, 2023

Thank you!

emillon added a commit to yallop/opam-repository that referenced this pull request Jul 17, 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