summaryrefslogtreecommitdiff
path: root/debian/control
diff options
authorColin Watson <cjwatson@debian.org>2024-10-03 19:46:22 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2024-10-03 22:36:38 +0000
commit5583e82c7219920068095fb211dffd141eff2cdb (patch)
treea59bcb87593476c6de69c833d79bc7afbd0419e7 /debian/control
parent406306d8c3b9b1757ea184473d423b1015b8e21e (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. [ Alexandre Detiste ] * Replace python3-nose with python3-pytest (closes: #1018589) [ Colin Watson ] * Use pybuild-plugin-pyproject.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f1af0bd..b2b5cf8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
postgresql,
+ pybuild-plugin-pyproject,
python3-all,
- python3-nose,
+ python3-pytest,
python3-pg8000,
python3-psycopg2,
python3-setuptools,
@@ -32,5 +33,3 @@ Description: Python testing.* framework - PostgreSQL helpers (Python 3)
testing.postgresql contains helper classes to work with a temporary
PostgreSQL server. It automatically sets up a PostgreSQL instance in a
temporary directory, and destroys it after testing.
- .
- This package contains the Python 3 version.