python-setuptools: enable Python 3.x support
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 5 Feb 2016 08:37:36 +0000 (09:37 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 5 Feb 2016 22:07:03 +0000 (23:07 +0100)
Add missing XML dependency.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-setuptools/Config.in

index 63c2b01817019a64d8581612575bd427035563ad..c72c59fbc84e37c6e341166b9f6b22c30e7e81d5 100644 (file)
@@ -1,7 +1,9 @@
 config BR2_PACKAGE_PYTHON_SETUPTOOLS
        bool "python-setuptools"
-       depends on BR2_PACKAGE_PYTHON
-       select BR2_PACKAGE_PYTHON_ZLIB
+       select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
+       select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+       select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
+       select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
        help
          Download, build, install, upgrade, and uninstall Python packages.