Blob Blame History Raw
diff --git a/mbs-no-tabulate.patch b/mbs-no-tabulate.patch
index e69de29..78d5927 100644
--- a/mbs-no-tabulate.patch
+++ b/mbs-no-tabulate.patch
@@ -0,0 +1,9 @@
+diff --git a/requirements.txt b/requirements.txt
+index 81b8fa1..5281b57 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -20,4 +20,3 @@ qpid-python
+ six
+ sqlalchemy
+ futures # Python 2 only
+-tabulate
diff --git a/requirements.txt b/requirements.txt
index 81b8fa1..5281b57 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,4 +20,3 @@ qpid-python
 six
 sqlalchemy
 futures # Python 2 only
-tabulate
diff --git a/setup.py b/setup.py
index 3d011e3..45bc6f0 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(name='module-build-service',
           'moksha.consumer': 'mbsconsumer = module_build_service.scheduler.consumer:MBSConsumer',
           'moksha.producer': 'mbspoller = module_build_service.scheduler.producer:MBSProducer',
       },
-      scripts=["contrib/mbs-build"],
       data_files=[('/etc/module-build-service/', ['conf/cacert.pem',
                                                   'conf/config.py',
                                                   'conf/copr.conf',