FS#65105 - [python-pwntools] missing dependency python-paramiko

Attached to Project: Community Packages
Opened by Kr1ss X (Kr1ss) - Friday, 10 January 2020, 13:59 GMT
Last edited by kpcyrd (kpcyrd) - Friday, 10 January 2020, 18:13 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
kpcyrd (kpcyrd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The PKGBUILD is missing a dependency to `python-paramiko`, which causes an exception when this package is not installed and `pwn` is run.


Additional info:
* package version(s):
- `python-pwntools 4.0.0-2` (installing `python-paramiko 2.6.0-3` fixes this bug)


Steps to reproduce:

* install `python-pwntools` from `community` without having `python-paramiko`
* run `pwn -h` in a CLI -> Python throws an exception
* install `python-paramiko` from `community`
* run `pwn -h` in a CLI -> _works_
This task depends upon

Closed by  kpcyrd (kpcyrd)
Friday, 10 January 2020, 18:13 GMT
Reason for closing:  Fixed
Comment by Kr1ss X (Kr1ss) - Friday, 10 January 2020, 14:22 GMT
My apologies for forgetting to enter an appropriate summary.
It should have been **missing runtime dependency: `python-paramiko`**; sorry I missed that and don't have permission to edit the report.
Comment by Levente Polyak (anthraxx) - Friday, 10 January 2020, 16:54 GMT
Actually its also missing a hard dependency on python-setuptools as used for the entrypoint script:

https://github.com/Gallopsled/pwntools/blob/dev/setup.py#L98
Comment by kpcyrd (kpcyrd) - Friday, 10 January 2020, 18:12 GMT
Thanks for the report, this has been resolved in 4.0.0-3

Loading...