summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.py
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-11-03 16:30:23 -0400
committerHolger Levsen <holger@layer-acht.org>2016-12-19 12:05:17 +0100
commitd2327059dd0d1c3887e0cbb7dd2cdafa9b565dc2 (patch)
treefd37fd523cf7c0d2be1dba572cced31440c451d5 /bin/reproducible_html_pkg_sets.py
parent95585e3dac27ffb9089fb5dafeb7b831d466743c (diff)
downloadjenkins.debian.net-d2327059dd0d1c3887e0cbb7dd2cdafa9b565dc2.tar.xz
reproducible Debian: switch python scripts to postgres
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_pkg_sets.py')
-rwxr-xr-xbin/reproducible_html_pkg_sets.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 0f4dc945..607da4ac 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -7,7 +7,7 @@
# © 2015 Mattia Rizzolo <mattia@debian.org>
# Licensed under GPL-2
#
-# Depends: python3, reproducible_common, time, sqlite3, pystache, csv
+# Depends: python3, reproducible_common, time, pystache, csv
#
# Build rb-pkg pages (the pages that describe the package status)
@@ -15,7 +15,6 @@ from reproducible_common import *
import csv
import time
-import sqlite3
import pystache
from collections import OrderedDict