File: remove-polling.patch

package info (click to toggle)
rust-expectrl 0.7.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 768 kB
  • sloc: python: 55; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: expectrl/Cargo.toml
===================================================================
--- expectrl.orig/Cargo.toml
+++ expectrl/Cargo.toml
@@ -41,16 +41,9 @@ all-features = false
 version = "1.6.0"
 
 [features]
-polling = [
-    "dep:polling",
-]
 
 [target."cfg(unix)".dependencies.nix]
 version = "0.26"
 
-[target."cfg(unix)".dependencies.polling]
-version = "2.3.0"
-optional = true
-
 [target."cfg(unix)".dependencies.ptyprocess]
 version = "0.4.1"