]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - pkgs/python-packages/blivet/pyproject.toml
Add blivet3 repackaging (work in progress)
[perso/Immae/Config/Nix.git] / pkgs / python-packages / blivet / pyproject.toml
CommitLineData
6b6db4e2
IB
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"