summaryrefslogtreecommitdiff
path: root/security/py-netmiko/files/patch-pyproject.toml
blob: c238a371d1e72c5698731ec9b83233cac7c63061 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Use the more lightweight py-poetry-core instead py-poetry and relax version requirements.

--- pyproject.toml.orig	2024-12-09 21:51:07 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
-requires = ["poetry>=1.6.1"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.6.1"]
+build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "netmiko"
@@ -23,7 +23,7 @@ scp = ">=0.13.6"
 python = ">=3.9,<4.0"
 paramiko = ">=2.9.5"
 scp = ">=0.13.6"
-pyyaml = ">=6.0.2"
+pyyaml = ">=6.0.1"
 textfsm = ">=1.1.3"
 ntc-templates = ">=3.1.0"
 pyserial = ">=3.3"