Merge pull request #71219 from FRidh/pwndbg

pwndbg: fix runtime python deps, fixes #71071
This commit is contained in:
Jörg Thalheim
2019-10-16 12:42:14 +01:00
committed by GitHub
3 changed files with 25 additions and 32 deletions

View File

@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, fetchpatch
, setuptools
}:
buildPythonPackage rec {
@@ -17,6 +18,8 @@ buildPythonPackage rec {
sha256 = "3c0f73db9f8392f7048c8a244809f154d7c39f354e2167f6c477630aa517ed04";
};
propagatedBuildInputs = [ setuptools ];
patches = [
(fetchpatch {
stripLen = 2;