Package: onionshare / 2.6.3-3

Metadata

Package Version Patches format
onionshare 2.6.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make it compatible with Flask version inside Debian.patch | (download)

cli/pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make it compatible with flask version inside debian.

0002 add pytest.ini to make sure pytest can find all test.patch | (download)

desktop/tests/pytest.ini | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add pytest.ini to make sure pytest can find all tests.

0003 Do not install onionshare_cli script.patch | (download)

desktop/pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not install onionshare_cli script.

0004 Remove cython dependency.patch | (download)

cli/pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove cython dependency

In most cases there is no runtime dependency for a tool like cython,
that is only used when building the package.