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

[Question] pydantic from pip instead apt? #41050

Closed
pariaspe opened this issue May 3, 2024 · 1 comment
Closed

[Question] pydantic from pip instead apt? #41050

pariaspe opened this issue May 3, 2024 · 1 comment

Comments

@pariaspe
Copy link
Contributor

pariaspe commented May 3, 2024

Would it be possible to change pydantic from apt to pip for every ubuntu distro? apt version got stuck in an older version and it's not being updated.

rosdistro/rosdep/python.yaml

Lines 7822 to 7835 in 0fb4746

python3-pydantic:
arch: [python-pydantic]
debian:
'*': [python3-pydantic]
buster:
pip: [pydantic]
stretch:
pip: [pydantic]
fedora: [python3-pydantic]
gentoo: [dev-python/pydantic]
ubuntu:
'*': [python3-pydantic]
bionic:
pip: [pydantic]

@clalancette
Copy link
Contributor

Would it be possible to change pydantic from apt to pip for every ubuntu distro? apt version got stuck in an older version and it's not being updated.

No, because then we can't actually release packages that depend on pydantic onto the buildfarm (only packages that come from packages can be used on the buildfarm).

I think the best bet is to open an issue on the upstream Debian package and see if we can get some movement on it, which will eventually filter down into Ubuntu.

Because there is nothing to do here, I'm going to close this out.

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