]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/python-packages/blivet/pyproject.toml
Add blivet3 repackaging (work in progress)
[perso/Immae/Config/Nix.git] / pkgs / python-packages / blivet / pyproject.toml
diff --git a/pkgs/python-packages/blivet/pyproject.toml b/pkgs/python-packages/blivet/pyproject.toml
new file mode 100644 (file)
index 0000000..cf86aa1
--- /dev/null
@@ -0,0 +1,20 @@
+[tool.poetry]
+name = "blivet"
+version = "3.3.0"
+description = "A python module for system storage configuration"
+authors = ["David Lehman <dlehman@redhat.com>"]
+license = "GPL-2.0-or-later"
+
+[tool.poetry.dependencies]
+python = "^3.8"
+six = "^1.15.0"
+pyudev = "^0.22.0"
+pyparted = "^3.11.6"
+selinux = "^0.2.1"
+pygobject = "^3.36.1"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"