1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/cyme/hotfix-unknown-linux.patch
3 # Copyright (C) 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- cyme-1.8.4/Cargo.toml.vanilla 2024-10-04 14:22:43.216666665 +0300
15 +++ cyme-1.8.4/Cargo.toml 2024-10-04 14:35:08.113333339 +0300
18 regex = { version = "1.10.5", optional = true }
19 uuid = { version = "1.9.1", features = ["serde"] }
20 +udevrs = { version = "^0.3.0", optional = true }
21 +udevlib = { package = "udev", version = "^0.8.0", optional = true }
26 assert-json-diff = "2.0.2"
28 -[target.x86_64-unknown-linux-gnu.dependencies]
29 -udevrs = { version = "^0.3.0", optional = true }
30 -udevlib = { package = "udev", version = "^0.8.0", optional = true }
33 -[target.arm-unknown-linux-gnueabihf.dependencies]
34 -udevrs = { version = "^0.3.0", optional = true }
35 -udevlib = { package = "udev", version = "^0.8.0", optional = true }
38 -[target.aarch64-unknown-linux-gnu.dependencies]
39 -udevrs = { version = "^0.3.0", optional = true }
40 -udevlib = { package = "udev", version = "^0.8.0", optional = true }