Author: Nilesh Patra <npatra974@gmail.com>
Last-Update: Aug 6, 2020
Description: call cythonize() after clean operation has been done
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@
     ext_modules.append(Extension('cytoolz.' + modname.replace('/', '.'),
                                  ['cytoolz/' + modname + suffix]))
 
-if use_cython:
+if use_cython and "clean" not in sys.argv:
     try:
         from Cython.Compiler.Options import get_directive_defaults
         directive_defaults = get_directive_defaults()
