惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
IT之家
IT之家
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志
Stack Overflow Blog
Stack Overflow Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
V
V2EX
N
Netflix TechBlog - Medium
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
The Blog of Author Tim Ferriss
量子位
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
月光博客
月光博客
F
Fortinet All Blogs

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - linode-cli
2026-05-29 · via AUR Newest Packages

morgenstern commented on 2025-11-22 08:58 (UTC)

Updated @FrederickZh, thanks.

FrederickZh commented on 2025-11-21 12:44 (UTC)

morgenstern commented on 2024-12-30 22:19 (UTC) (edited on 2024-12-30 22:20 (UTC) by morgenstern)

@salfter that dependency is already tracked - it is python-openapi3. However, if you have not yet rebuilt python-openapi3 against the latest Python version, then you will get the error you reported below when trying to build linode-cli.

@etorres4 you seem to have deleted your post, so I'll add it back in here along with my reply:

Hi, please add python-openapi3 to the makedepends array, this package fails to build in a chroot without it.

As python-openapi3 is an AUR package, it is not automatically resolved as a dependency when building in a standard devtools chroot. I recommend using a wrapper such as clean-chroot-manager to manage AUR dependencies for clean chroot building.

salfter commented on 2024-12-30 16:11 (UTC)

linode-cli has added another dependency...found it while upgrading one of my computers this morning:

==> Starting build()...
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/home/salfter/.cache/yay/linode-cli/src/linode-cli-5.55.0/linodecli/__init__.py", line 15, in <module>
    from linodecli import plugins
  File "/home/salfter/.cache/yay/linode-cli/src/linode-cli-5.55.0/linodecli/plugins/__init__.py", line 5, in <module>
    from .plugins import *
  File "/home/salfter/.cache/yay/linode-cli/src/linode-cli-5.55.0/linodecli/plugins/plugins.py", line 11, in <module>
    from linodecli.cli import CLI
  File "/home/salfter/.cache/yay/linode-cli/src/linode-cli-5.55.0/linodecli/cli.py", line 16, in <module>
    from openapi3 import OpenAPI
ModuleNotFoundError: No module named 'openapi3'

shulhan commented on 2023-07-01 11:05 (UTC)

I believe the sha512 hash for linode-cli-4.157.0-openapi.yaml should be:

2796378b1d4f70e64ff69b88dc836713caad5e3026dd367f5d6e4ba2279db9aef1ddcf8d3d7c7b6955076537b41226c0aa79a60f6c9e4bae6ec4a267209c9434

morgenstern commented on 2023-04-21 23:31 (UTC)

noprobelm commented on 2023-04-17 20:32 (UTC)

Please note python-terminaltables was recently migrated from the community repository to the AUR, making it the only dependency for linode-cli not available in the official repositories.

No updates to the PKGBUILD for linode-cli are necessary, but the python-terminaltables dependency now must be manually resolved.

morgenstern commented on 2022-12-03 09:56 (UTC)

wooptoo commented on 2022-12-01 22:14 (UTC)

Checksums fail again on mine. So I pulled the package locally and did:

makepkg --geninteg >> PKGBUILD
# then remove the existing sha512 sums from the PKGBUILD
makepkg --printsrcinfo > .SRCINFO
makepkg -fc

Which seems to work fine now.