py-pyzmq: fix order of decorators (#40157)
This commit is contained in:
parent
783e253f7d
commit
480a5e0848
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ class PyPyzmq(PythonPackage):
|
|||
# Undocumented dependencies
|
||||
depends_on("py-gevent", type=("build", "run"))
|
||||
|
||||
@run_before("install")
|
||||
@when("@15:19")
|
||||
@run_before("install", when="@15:19")
|
||||
def remove_cythonized_files(self):
|
||||
# Before v20.0.0 an ancient cythonize API was used, for which we cannot
|
||||
# force re-cythonization. Re-cythonizing v14.x fails in general, so
|
||||
|
|
Loading…
Reference in a new issue