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:
Dmitry Shachnev 2020-08-23 18:04:51 +03:00 committed by luoyaoming
parent bcafa0431f
commit 9178fc3221
1 changed files with 0 additions and 2 deletions

View File

@ -90,7 +90,5 @@ setup(
cmdclass={
'update_translations': UpdateTranslationsCommand,
'transifex': TransifexCommand,
'build_assets': WebpackBuildCommand,
'watch': WebpackDevelopCommand,
},
)