| Age | Commit message (Collapse) | Author |
|
This version depends on newer python-cle package, which is not
compatible with the current Arch Linux environment (though neither
is the previous version). One must manually uprev the python-cle
package to >= 9.2.197 in order to make it work. See the comments of
this package for more details.
Add a simple import test in the check function. The full package
unittest is disabled by default since it's unstable and takes quite
a long time. It can be enabled back by uncommenting the related
commands in the check function though.
Temporarily ignore the dependency check during python build due to
spurious missing dependency.
|
|
|
|
|
|
Temporarily replace the python-claripy dependency to the git version
one, since the official repo's version is out of date and not able to
run with python-angr-9.2.123, while older angr versions are not able to
build with the latest python-pyvex.
|
|
|
|
python-angr uses python-rich instead of python-progressbar after
v9.2.47, and also add python-cppheaderparser and python-gitpython to the
dependencies according to the setup.cfg of Angr.
|
|
|
|
|
|
Temporarily skip dependency checks during build to make the build
succeed. The option will be removed once the official package
python-pyvex upgrades to the same version as python-archinfo.
|
|
|