Blame SOURCES/dblatex-0.3.10-disable-debian.patch

7965bd
From fd0b6b1f8e3acf7025bb1ebe48305311502ae12a Mon Sep 17 00:00:00 2001
7965bd
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
7965bd
Date: Tue, 26 Jun 2018 17:38:43 +0200
7965bd
Subject: [PATCH 2/4] Disable Debian
7965bd
7965bd
---
7965bd
 setup.py | 10 +++++-----
7965bd
 1 file changed, 5 insertions(+), 5 deletions(-)
7965bd
7965bd
diff --git a/setup.py b/setup.py
7965bd
index 379323b..86619ec 100644
7965bd
--- a/setup.py
7965bd
+++ b/setup.py
7965bd
@@ -26,7 +26,7 @@ from distutils.command.sdist import sdist
7965bd
 from distutils import log
7965bd
 from subprocess import Popen, PIPE
7965bd
 sys.path.append("lib")
7965bd
-from contrib.debian.installer import DebianInstaller
7965bd
+#from contrib.debian.installer import DebianInstaller
7965bd
 
7965bd
 #
7965bd
 # Build the command line script
7965bd
@@ -373,10 +373,10 @@ class Install(install):
7965bd
             raise OSError("not found: %s" % ", ".join(mis_stys))
7965bd
 
7965bd
     def run(self):
7965bd
-        if self.install_layout == "deb":
7965bd
-            db = DebianInstaller(self)
7965bd
-        else:
7965bd
-            db = None
7965bd
+#        if self.install_layout == "deb":
7965bd
+#            db = DebianInstaller(self)
7965bd
+#        else:
7965bd
+        db = None
7965bd
 
7965bd
         if not(db) and not(self.nodeps):
7965bd
             try:
7965bd
-- 
7965bd
2.17.1
7965bd