Do not override Python build commands
We do not use webpack in debian packaging. Gbp-Pq: Name do-not-override-build-commands.patch
This commit is contained in:
parent
bcafa0431f
commit
9178fc3221
2
setup.py
2
setup.py
|
@ -90,7 +90,5 @@ setup(
|
||||||
cmdclass={
|
cmdclass={
|
||||||
'update_translations': UpdateTranslationsCommand,
|
'update_translations': UpdateTranslationsCommand,
|
||||||
'transifex': TransifexCommand,
|
'transifex': TransifexCommand,
|
||||||
'build_assets': WebpackBuildCommand,
|
|
||||||
'watch': WebpackDevelopCommand,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue