python3Packages.adb-enhanced: patch dependencies to fix build (#518195)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
buildPythonPackage,
|
||||
docopt,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
setuptools,
|
||||
jdk11,
|
||||
psutil,
|
||||
@@ -19,6 +20,13 @@ buildPythonPackage (finalAttrs: {
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-YuQgz3WeN50hg/IgdoNV61St9gpu6lcgFfKCfI/ENl0=";
|
||||
};
|
||||
patches = [
|
||||
# psutil==7.2.1 -> psutil==7.2.2
|
||||
(fetchpatch {
|
||||
url = "https://github.com/ashishb/adb-enhanced/pull/337.patch";
|
||||
hash = "sha256-BRpdgLS6CNkmyj+OwnIaqfkmz1jzZg/qtoiN32jUIog=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user