]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/python-packages/blivet/pyproject.toml
Add blivet3 repackaging (work in progress)
[perso/Immae/Config/Nix.git] / pkgs / python-packages / blivet / pyproject.toml
1 [tool.poetry]
2 name = "blivet"
3 version = "3.3.0"
4 description = "A python module for system storage configuration"
5 authors = ["David Lehman <dlehman@redhat.com>"]
6 license = "GPL-2.0-or-later"
7
8 [tool.poetry.dependencies]
9 python = "^3.8"
10 six = "^1.15.0"
11 pyudev = "^0.22.0"
12 pyparted = "^3.11.6"
13 selinux = "^0.2.1"
14 pygobject = "^3.36.1"
15
16 [tool.poetry.dev-dependencies]
17
18 [build-system]
19 requires = ["poetry>=0.12"]
20 build-backend = "poetry.masonry.api"