Skip to content
Snippets Groups Projects
Commit 6a62a7c0 authored by Nilesh Patra's avatar Nilesh Patra
Browse files

Add patch to fix FTBFS (Closes: #1020022)

parent 2debf70a
No related branches found
No related tags found
No related merge requests found
Description: Do not try to build external libs when it is specified to use system argon2 lib
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed. Upstream split the package into cffi bindings and a pure python package and
also switched their build system to flit. So forwarding is it un-necessary.
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020022
Last-Update: 2022-10-13
--- a/setup.py
+++ b/setup.py
@@ -193,6 +193,7 @@
)
if use_system_argon2:
disable_subcommand(build, "build_clib")
+ LIBRARIES = []
cmdclass = {"build_clib": BuildCLibWithCompilerFlags}
if BDistWheel is not None:
cmdclass["bdist_wheel"] = BDistWheel
0001-Use-generic-sphinx-theme-for-documentation.patch
0002-do-not-build-external-clib.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment