package: fix alphabetic ordering in Config.in
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Feb 2016 14:39:17 +0000 (15:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Feb 2016 14:39:17 +0000 (15:39 +0100)
The python-crossbar package was not added at the right location, so
this commit fixes the alphabetic ordering.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index 4513e4f53930f45c24bbd6c04c3d1ada3751a0bc..75f813257813f94cafdeb578f095e23814ef0573 100644 (file)
@@ -636,8 +636,8 @@ menu "External python modules"
        source "package/python-configobj/Config.in"
        source "package/python-configshell-fb/Config.in"
        source "package/python-crc16/Config.in"
-       source "package/python-cryptography/Config.in"
        source "package/python-crossbar/Config.in"
+       source "package/python-cryptography/Config.in"
        source "package/python-cssselect/Config.in"
        source "package/python-daemon/Config.in"
        source "package/python-dialog/Config.in"