mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove precompiled pyx modules
This commit is contained in:
parent
a2a431e2e2
commit
65f0c35855
2 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -27,10 +27,10 @@ else:
|
|||
setup(
|
||||
name=NAME,
|
||||
version=VER,
|
||||
ext_modules=[
|
||||
Extension('salt.modules.grains', ['salt/modules/grains.pyx']),
|
||||
Extension('salt.modules.cytest', ['salt/modules/cytest.pyx']),
|
||||
],
|
||||
#ext_modules=[
|
||||
# Extension('salt.modules.grains', ['salt/modules/grains.pyx']),
|
||||
# Extension('salt.modules.cytest', ['salt/modules/cytest.pyx']),
|
||||
# ],
|
||||
cmdclass={
|
||||
'build_ext': build_ext,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue