Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2024-05-09 23:49:43 +0200
committerGitHub <noreply@github.com>2024-05-09 23:49:43 +0200
commit3381cd55673e5105697d354cf4a1be9a7bcef062 (patch)
treeead5a1590d08fa9192d6198c81a45e98c4893c61
parentfd23efdcfb35d8b864b06331d9022d93dd5be712 (diff)
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)upstreamMaster
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0fa17900..a1208bfc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]