mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 19:18:19 +04:00
Fixes https://github.com/openwrt/packages/issues/15988 It seems that the newer setuptools-scm package (6.0.1) has some Python3-only syntax. For the 19.07 release, where Python2 is still around this causes the python-dateutil package to fail to build. See https://github.com/pypa/setuptools_scm/issues/541 However, removing 'setuptools-scm' from the build also works. This change does that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>