python-rtslib/python-rtslib-no-usb.patch

13 lines
356 B
Diff
Raw Normal View History

diff --git a/rtslib/fabrics.py b/rtslib/fabrics.py
index 69ec376..5778210 100644
--- a/rtslib/fabrics.py
+++ b/rtslib/fabrics.py
@@ -181,7 +181,6 @@ fabrics = [
("qla2xxxx", _qla2xxx),
("sbp", _sbp),
("tcm_fc", _tcm_fc),
- ("usb_gadget", _usb_gadget),
]
_default_features = ('discovery_auth', 'acls', 'acls_auth', 'nps', 'tpgts')