aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/blivet/pyproject.toml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 10:43:29 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 10:43:29 +0200
commit6b6db4e26a03928a3327f0c3622c3c807b7ecde9 (patch)
treeff3cb5bb04c2a4d21489cf0005125104b389d4e9 /pkgs/python-packages/blivet/pyproject.toml
parent051f375ca96f448820f0da33a24a8ee4bb937ad2 (diff)
downloadNix-6b6db4e26a03928a3327f0c3622c3c807b7ecde9.tar.gz
Nix-6b6db4e26a03928a3327f0c3622c3c807b7ecde9.tar.zst
Nix-6b6db4e26a03928a3327f0c3622c3c807b7ecde9.zip
Add blivet3 repackaging (work in progress)
Diffstat (limited to 'pkgs/python-packages/blivet/pyproject.toml')
-rw-r--r--pkgs/python-packages/blivet/pyproject.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/python-packages/blivet/pyproject.toml b/pkgs/python-packages/blivet/pyproject.toml
new file mode 100644
index 0000000..cf86aa1
--- /dev/null
+++ b/pkgs/python-packages/blivet/pyproject.toml
@@ -0,0 +1,20 @@
1[tool.poetry]
2name = "blivet"
3version = "3.3.0"
4description = "A python module for system storage configuration"
5authors = ["David Lehman <dlehman@redhat.com>"]
6license = "GPL-2.0-or-later"
7
8[tool.poetry.dependencies]
9python = "^3.8"
10six = "^1.15.0"
11pyudev = "^0.22.0"
12pyparted = "^3.11.6"
13selinux = "^0.2.1"
14pygobject = "^3.36.1"
15
16[tool.poetry.dev-dependencies]
17
18[build-system]
19requires = ["poetry>=0.12"]
20build-backend = "poetry.masonry.api"