Python3-cryptography dependencies

Hello everyone, I'm new to OpenWrt. I'm working with a VoCore2 with limited storage space, and I need to install the python3-cryptography package. However, one of the dependencies of that package is the full python3 package.

According to the makefile for the cryptography package (https://github.com/openwrt/packages/blob/master/lang/python/python-cryptography/Makefile) there are only a few real dependencies, including python3-light instead of the full python3.

Is it possible to have the dependencies for the OpenWrt python3-cryptography package updated to only include the minimum dependencies? Am I incorrect about the minimum dependencies? Any help or insight would be appreciated.

Edit:
To clarify, when I say install, I mean using opkg.

I'm getting

on Snapshot version.

No.

For snapshot versions the dependencies are correct. I don't know if the dependencies differ to release version. I would assume so.

If you look into the makefile history there was a makefile "cleanup":

Maybe there is a bug in release version?

1 Like

You are confusing the master and stable branches:

2 Likes

Thanks for the quick replies!

@pwned good point on the makefile commit history, it was just updated recently.

@vgaetera you are correct, I am mixing up the branches.

This helps me understand what I'm working with. Thanks for the help!

2 Likes