Codebase list porechop / d4508ce
Solving the error during clean phase linked to setuptools--distutils Pierre Gruet 1 year, 6 months ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
55
66 # FIXME - never enabled, tests fail, to be investigated
77 export PYBUILD_DISABLE=test
8
9 # Workaround for https://github.com/pypa/setuptools/issues/2355, which is
10 # apparently a bug in setuptools that makes the clean phase fail. This
11 # export should be removed later...
12 export SETUPTOOLS_USE_DISTUTILS="stdlib"
813
914 %:
1015 dh $@ --with python3 --buildsystem pybuild