From f3be2a923605c603242f5c8d6811eaa26250daa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 30 May 2018 13:42:31 +0200 Subject: [PATCH] modified: p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb modified: p/psycopg2/psycopg2-2.7.4-Py-2.7.eb Former-commit-id: ac2796e8159d73c7f41b28f832edb4964b7818a9 --- p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb | 1 - p/psycopg2/psycopg2-2.7.4-Py-2.7.eb | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb b/p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb index 15cc96b3..8a808edd 100644 --- a/p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb +++ b/p/PostgreSQL/PostgreSQL-9.6.9-Py-2.7.eb @@ -2,7 +2,6 @@ easyblock = 'ConfigureMake' name = 'PostgreSQL' version = '9.6.9' -versionsuffix = '-Py-2.7' homepage = 'http://www.mysql.com/' description = """PostgreSQL is a powerful, open source object-relational database system. diff --git a/p/psycopg2/psycopg2-2.7.4-Py-2.7.eb b/p/psycopg2/psycopg2-2.7.4-Py-2.7.eb index b225513d..12771a6a 100644 --- a/p/psycopg2/psycopg2-2.7.4-Py-2.7.eb +++ b/p/psycopg2/psycopg2-2.7.4-Py-2.7.eb @@ -2,7 +2,6 @@ easyblock = 'PythonPackage' name = 'psycopg2' version = '2.7.4' -versionsuffix = '-Py-2.7' homepage = 'http://initd.org/psycopg/' description = "Psycopg is the most popular PostgreSQL adapter for the Python programming language." @@ -13,12 +12,12 @@ source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ - ('PostgreSQL', '10.4'), + ('PostgreSQL', '9.6.9'), ] sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib'], } moduleclass = 'lib'