cli icon indicating copy to clipboard operation
cli copied to clipboard

Debian package shouldn't depend on Python

Open vandmo opened this issue 2 years ago • 1 comments

Checklist

  • [x ] I've searched for similar issues.
  • [ x] I'm using the latest version of HTTPie.

Minimal reproduction code and steps

  1. Download 3.2.1 .deb and unpack control.tar.gz
  2. Inspect the control file
  3. 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. …

vandmo avatar Feb 22 '23 08:02 vandmo

Have you opened up the httpie binary?

image

hholst80 avatar Jan 26 '24 19:01 hholst80