Commit 9b965272 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent ecaf8972
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"