2 Commits

Author SHA1 Message Date
Davanum Srinivas
836a390b91 Add semi-colon as separator for parsing package names
If we don't do this then the following line:
weakrefmethod;python_version=='2.7' or python_version=='2.6' # PSF

ends up as:
weakrefmethod;python_version

in the cruft output. So we need to add ';' to get the output
as 'weakrefmethod'

Change-Id: I7b32bfe70df3bb24ca301db9952d76451674a0db
2016-05-06 16:05:17 -04:00
Jeremy Stanley
9f3770c349 Add a script to find cruft global requirements
Change-Id: Iee610bff2fedff9d54a1c505451507f3e6559af8
2015-01-17 20:27:19 +00:00