all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 44105d1884c6e8c3feb234d8128088ce176d78a2 904 bytes (raw)
name: gnu/packages/patches/mtkclient-remove-usb.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
 
From d1ade84a4d320fd26cc77414f53d87293f41a70f Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Mon, 14 Nov 2022 14:08:43 +0100
Subject: [PATCH] Remove usb.


diff --git a/pyproject.toml b/pyproject.toml
index 348cdce..36d4168 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,6 @@ requires = [
     "wheel",
     "pyusb",
     "pycryptodome",
-    "colorama",
-    "usb"
+    "colorama"
 ]
 build-backend = "setuptools.build_meta"
diff --git a/requirements.txt b/requirements.txt
index 946fe9a..cde3398 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,3 @@ wheel
 pyusb
 pycryptodome
 colorama
-usb
-
diff --git a/setup.py b/setup.py
index 9031d23..3bd7cd9 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,6 @@ setup(
     license='MIT License',
     install_requires=[
     'colorama',
-    'usb',
     'pyusb',
     'pycryptodome'
     ],
-- 
2.37.2


debug log:

solving 44105d1884 ...
found 44105d1884 in https://yhetil.org/guix/gvrZumfRCPOodB2aFXGKMU3uhrCARh_5P73Rgv2dQyKn6wqCeKbIT71Wd-TDFtKgXsByCo6sFSKQiDJhet1rIdShHJHjFMKCW7R9_B0Yyoo=@protonmail.com/

applying [1/1] https://yhetil.org/guix/gvrZumfRCPOodB2aFXGKMU3uhrCARh_5P73Rgv2dQyKn6wqCeKbIT71Wd-TDFtKgXsByCo6sFSKQiDJhet1rIdShHJHjFMKCW7R9_B0Yyoo=@protonmail.com/
diff --git a/gnu/packages/patches/mtkclient-remove-usb.patch b/gnu/packages/patches/mtkclient-remove-usb.patch
new file mode 100644
index 0000000000..44105d1884

1:48: trailing whitespace.
-- 
Checking patch gnu/packages/patches/mtkclient-remove-usb.patch...
1:50: new blank line at EOF.
+
Applied patch gnu/packages/patches/mtkclient-remove-usb.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 44105d1884c6e8c3feb234d8128088ce176d78a2	gnu/packages/patches/mtkclient-remove-usb.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.