Merge pull request #125767 from fabaff/clean-angrop
python3Packages.angrop: remove postPatch
This commit is contained in:
commit
b10af30846
1 changed files with 0 additions and 7 deletions
|
@ -25,13 +25,6 @@ buildPythonPackage rec {
|
|||
tqdm
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# https://github.com/angr/angrop/issues/35
|
||||
substituteInPlace setup.py \
|
||||
--replace "packages=['angrop']," "packages=find_packages()," \
|
||||
--replace "from distutils.core import setup" "from setuptools import find_packages, setup"
|
||||
'';
|
||||
|
||||
# Tests have additional requirements, e.g., angr binaries
|
||||
# cle is executing the tests with the angr binaries already and is a requirement of angr
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue