diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-19 19:56:45 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-19 21:57:51 -0500 |
commit | 4248415ddecfca807125633a27db2a23e2173a0d (patch) | |
tree | 1c97938867d009e56f949ecabde03adb597de54a /python/cx_Freeze | |
parent | 340a77d29157641e96e9531955da5af2e40626f6 (diff) | |
download | slackbuilds-4248415ddecfca807125633a27db2a23e2173a0d.tar.gz |
Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/cx_Freeze')
-rw-r--r-- | python/cx_Freeze/cx_Freeze.info | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/cx_Freeze/cx_Freeze.info b/python/cx_Freeze/cx_Freeze.info index 3d7d50369e..920cadd08b 100644 --- a/python/cx_Freeze/cx_Freeze.info +++ b/python/cx_Freeze/cx_Freeze.info @@ -5,5 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/cx-freeze/4.2.3/cx_Freeze-4.2 MD5SUM="a524cfd23de5d37e0ec9400ba1ccd6ad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" +REQUIRES="" MAINTAINER="Vincent Batts" EMAIL="vbatts@hashbangbash.com" |