File: 2005_no_mac.patch

package info (click to toggle)
cyme 2.2.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,416 kB
  • sloc: makefile: 147; sh: 70
file content (20 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: avoid mac-only crates
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-11-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,11 +47,6 @@
 udevrs = { version = "^0.4.0", optional = true }
 udevlib = { package = "udev", version = ">= 0.8, <= 0.9", optional = true }
 
-[target.'cfg(target_os="macos")'.dependencies]
-core-foundation = "0.10.1"
-core-foundation-sys = "0.8.4"
-io-kit-sys = "0.4.0"
-
 [features]
 libusb = ["dep:rusb"] # libusb bindings rather than nusb Rust
 udev = ["dep:udevrs"] # udev device info lookup