diff --git a/debian/control b/debian/control index 57a0f3d..2aecb7e 100644 --- a/debian/control +++ b/debian/control @@ -1,30 +1,30 @@ Source: pytest-postgresql Priority: optional Section: python Maintainer: SoftwareHeritage Developers Build-Depends: debhelper (>= 11), dh-python (>= 2), python3-all, python3-pip, python3-setuptools, python3-pytest, python3-port-for, python3-mirakuru, python3-pytest-xdist, python3-psycopg2 Standards-Version: 4.1.3 Homepage: https://github.com/ClearcodeHQ/pytest-postgresql Package: python3-pytest-postgresql Architecture: all Depends: python3-pytest, python3-port-for, python3-mirakuru, libpq-dev, postgresql, ${python3:Depends}, ${misc:Depends} Description: PostgreSQL fixtures and fixture factories for Pytest - This is a pytest plugin, that enables you to test your code that - relies on a running PostgreSQL Database. It allows you to specify - fixtures for PostgreSQL process and client. + This is a pytest plugin, that enables you to test your code that + relies on a running PostgreSQL Database. It allows you to specify + fixtures for PostgreSQL process and client.