[Buildroot] [PATCH 1/1] package/python-enum34: change setup type to setuptools

Peter Korsgaard peter at korsgaard.com
Sun May 21 21:38:26 UTC 2017


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > With version 1.1.3 the project switched to setuptools:
 > https://bitbucket.org/stoneleaf/enum34/commits/589b4f9d2e733a32c6e67a1e7aa50f476920d121

 > Fixes
 > http://autobuild.buildroot.net/results/cb6/cb678ca9e57382a876f3f6034a47a4e2c59bc8d0/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>

Are you sure. I don't know much about Python packaging, but it still
has:

from distutils.core import setup

..

if __name__ == '__main__':
    setup(**data)


The tarball (and not git) has a dummy setup.cfg, which afaik is related
to setuptools.

I'm not sure what the correct fix is. Yegor? Either we patch out the
'import setuptools' line or we add host-python-setuptools to the
dependencies.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list