Remove redundant simple-term-menu package (#2824)
* Remove redundant simple-term-menu package * Update PKGBUILD Added missing python package (this simply reflects a change in upstream PKGBUILD) --------- Co-authored-by: Anton Hvornum <torxed@archlinux.org>
This commit is contained in:
parent
2d6eef4672
commit
0f2e00952f
2
PKGBUILD
2
PKGBUILD
|
|
@ -24,7 +24,6 @@ depends=(
|
|||
'python'
|
||||
'python-pydantic'
|
||||
'python-pyparted'
|
||||
'python-simple-term-menu'
|
||||
'systemd'
|
||||
'util-linux'
|
||||
'xfsprogs'
|
||||
|
|
@ -39,6 +38,7 @@ makedepends=(
|
|||
'python-build'
|
||||
'python-installer'
|
||||
'python-wheel'
|
||||
'python-sphinx_rtd_theme'
|
||||
)
|
||||
optdepends=(
|
||||
'python-systemd: Adds journald logging'
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ classifiers = [
|
|||
"Operating System :: POSIX :: Linux",
|
||||
]
|
||||
dependencies = [
|
||||
"simple-term-menu==1.6.4",
|
||||
"pyparted @ https://github.com//dcantrell/pyparted/archive/v3.13.0.tar.gz#sha512=26819e28d73420937874f52fda03eb50ab1b136574ea9867a69d46ae4976d38c4f26a2697fa70597eed90dd78a5ea209bafcc3227a17a7a5d63cff6d107c2b11",
|
||||
"pydantic==2.9.2"
|
||||
]
|
||||
|
|
@ -111,7 +110,6 @@ warn_unreachable = false
|
|||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
"parted",
|
||||
"simple_term_menu",
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue