From d2327059dd0d1c3887e0cbb7dd2cdafa9b565dc2 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Thu, 3 Nov 2016 16:30:23 -0400 Subject: reproducible Debian: switch python scripts to postgres Signed-off-by: Holger Levsen --- bin/reproducible_html_pkg_sets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_html_pkg_sets.py') 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 # 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 -- cgit v1.2.3-54-g00ecf