aboutsummaryrefslogtreecommitdiff
path: root/pkgs/python-packages/blivet/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/python-packages/blivet/pyproject.toml')
-rw-r--r--pkgs/python-packages/blivet/pyproject.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/python-packages/blivet/pyproject.toml b/pkgs/python-packages/blivet/pyproject.toml
deleted file mode 100644
index cf86aa1..0000000
--- a/pkgs/python-packages/blivet/pyproject.toml
+++ /dev/null
@@ -1,20 +0,0 @@
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"