#!/bin/bash

if [ "$1" ==  "--help" ]; then
	echo "packages with a hardwired python version (use Finclude python)"
	exit 1
fi

#find ../source -name FrugalBuild |xargs grep '/python[0-9].[0-9]' \
#	|sed 's|.*/\([^/]*\)/FrugalBuild.*|\1|'|sort -u
