Changing to use github archive as dependency-url for pyparted as there hasn't been an update on pypi.org for pyparted in almost 12 months. Tracking issue https://github.com/dcantrell/pyparted/issues/106 (#2494)
This commit is contained in:
parent
fd23efdcfb
commit
3381cd5567
|
|
@ -19,7 +19,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"simple-term-menu==1.6.4",
|
||||
"pyparted==3.13.0",
|
||||
"pyparted @ https://github.com//dcantrell/pyparted/archive/v3.13.0.tar.gz#sha512=26819e28d73420937874f52fda03eb50ab1b136574ea9867a69d46ae4976d38c4f26a2697fa70597eed90dd78a5ea209bafcc3227a17a7a5d63cff6d107c2b11",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in New Issue