cli
cli copied to clipboard
Debian package shouldn't depend on Python
Checklist
- [x ] I've searched for similar issues.
- [ x] I'm using the latest version of HTTPie.
Minimal reproduction code and steps
- Download 3.2.1 .deb and unpack control.tar.gz
- Inspect the control file
- Notice dependency on python
Current result
Has dependency on python …
Expected result
Not have dependency on python? …
Debug output
Please re-run the command with --debug
, then copy the entire command & output and paste both below:
Package: httpie
Version: 3.2.1
License: BSD
Vendor: none
Architecture: amd64
Maintainer: <@b71f143cde3a>
Installed-Size: 37580
Depends: python3 (>= 3.7), python3-pip
Section: default
Priority: extra
Homepage: http://example.com/no-uri-given
Description: HTTPie: modern, user-friendly command-line HTTP client for the API era.
Additional information, screenshots, or code examples
The binaries in the .deb file doesn't actually require a python interpreter. I tried the binaries in the debian:stable-slim docker image which doesn't have python installed and they seemed to work fine. …
Have you opened up the httpie binary?