termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

[Bug]: python-cryptography 39.0.0-1 installation fails

Open obfusk opened this issue 2 years ago • 0 comments

Problem description

python-cryptography 39.0.0-1 installation fails, see below for details.

Downgrading to 39.0.0 works.

What steps will reproduce the bug?

~ $ apt upgrade
The following packages will be upgraded:
  python-cryptography
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(Reading database ... 19002 files and directories currently installed.)
Preparing to unpack .../python-cryptography_39.0.0-1_aarch64.deb ...
Unpacking python-cryptography (39.0.0-1) over (39.0.0) ...
Setting up python-cryptography (39.0.0-1) ...
Installing dependencies through pip...
ERROR: You must give at least one requirement to install (see "pip help install")
dpkg: error processing package python-cryptography (--configure):
 installed python-cryptography package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 python-cryptography
E: Sub-process /data/data/com.termux/files/usr/bin/dpkg returned an error code (1)

What is the expected behavior?

Install/upgrade does not fail.

System information

termux-info:

Termux Variables:
TERMUX_APK_RELEASE=F_DROID
TERMUX_APP_PACKAGE_MANAGER=apt
TERMUX_APP_PID=14457
TERMUX_IS_DEBUGGABLE_BUILD=0
TERMUX_MAIN_PACKAGE_FORMAT=debian
TERMUX_VERSION=0.118.0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://packages.termux.dev/apt/termux-main/ stable main
Updatable packages:
python-cryptography/stable 39.0.0-1 aarch64 [upgradable from: 39.0.0]
termux-tools version:
1.35.0
Android version:
12
Kernel build information:
Linux localhost 4.9.330-perf+ #1 SMP PREEMPT Mon Jan 16 03:43:07 UTC 2023 aarch64 Android
Device manufacturer:
Fairphone
Device model:
FP3

obfusk avatar Jan 16 '23 17:01 obfusk