Search Criteria
Package Details: python-primp 0.14.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-primp.git (read-only, click to copy) |
---|---|
Package Base: | python-primp |
Description: | HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints |
Upstream URL: | https://github.com/deedy5/primp |
Licenses: | MIT |
Submitter: | Junker |
Maintainer: | Magi3r |
Last Packager: | Magi3r |
Votes: | 1 |
Popularity: | 0.67 |
First Submitted: | 2024-09-07 11:16 (UTC) |
Last Updated: | 2025-03-19 17:50 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-wheel (make)
Latest Comments
Magi3r commented on 2025-03-19 17:54 (UTC)
Thanks! Should be fixed now.
haxibami commented on 2025-03-19 17:35 (UTC)
@Magi3r Using mold linker (or disabling LTO) will solve the problem.
Magi3r commented on 2025-03-18 17:29 (UTC)
@micwoj92 You are right. I don't get this error on my machine, however building and installing the package in a clean chroot results in the same error message as you have. A bit of web search later it seems like the issue could be related to openssl. Installing openssl into the chroot however did not fix the problem. I am not sure how to fix it...
micwoj92 commented on 2025-03-17 20:07 (UTC)
Doesn't work:
haxibami commented on 2025-03-15 05:20 (UTC)
This needs
git
andcmake
in makedepends for building in a clean chroot.evine commented on 2024-11-21 02:08 (UTC) (edited on 2024-11-21 02:09 (UTC) by evine)
It should be arch=("x86_64" "aarch64") and depends=("python").