summaryrefslogtreecommitdiff
path: root/security/py-netbox-secrets/files
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2025-08-28 09:54:13 +0200
committerKai Knoblich <kai@FreeBSD.org>2025-08-28 10:01:44 +0200
commitde6b97cf2f4e04aa64bee5a2b44cacdeb5f359a7 (patch)
treef56b7b79742a5db491fa2746f3722d6bf215e3eb /security/py-netbox-secrets/files
parentnet-mgmt/netbox: Update to 4.3.7 (diff)
security/py-netbox-secrets: Update to 2.3.2
* Support for older versions of Python lower than 3.10 has been removed with the 2.3.1 release, adjust USES=python accordingly. Changelog since 2.3.0: https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v2.3.0...v2.3.2
Diffstat (limited to 'security/py-netbox-secrets/files')
-rw-r--r--security/py-netbox-secrets/files/patch-requirements.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-netbox-secrets/files/patch-requirements.txt b/security/py-netbox-secrets/files/patch-requirements.txt
new file mode 100644
index 000000000000..ff23282835cf
--- /dev/null
+++ b/security/py-netbox-secrets/files/patch-requirements.txt
@@ -0,0 +1,11 @@
+Relax version requirements.
+
+--- requirements.txt.orig 2025-08-27 10:56:41 UTC
++++ requirements.txt
+@@ -4,5 +4,5 @@
+ #
+ # pip-compile --output-file=requirements.txt requirements.in
+ #
+-pycryptodome==3.23.0
++pycryptodome>=3.23.0
+ # via -r requirements.in