package: fix alphabetic ordering in Config.in

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>
This commit is contained in:
Thomas Petazzoni 2016-02-20 15:39:17 +01:00
parent ecaf8972c4
commit 9b96527237

View 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"