Fix linux sysprep_acpid & remove output indents
[snf-image-creator] / setup.py
index d962e3f..0e4d6b0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Copyright 2011 GRNET S.A. All rights reserved.
+# Copyright 2012 GRNET S.A. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or
 # without modification, are permitted provided that the following
@@ -47,6 +47,7 @@ setup(
     license='BSD',
     packages=['image_creator'],
     include_package_data=True,
+    install_requires=['pbs', 'clint', 'pysendfile'],
     entry_points={
         'console_scripts': ['snf-image-creator = image_creator.main:main']
     }