Skip to content

Commit 187038d

Browse files
committed
libpq-dev dependency is added back as it's required
1 parent fafa47a commit 187038d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ The make_deb Script
4747
.. warning::
4848

4949
Postgres dependencies will not be installed automatically.
50-
In order to use postgres storage engine, you will need manual installation of `libpq-dev` and `postgresql`.
50+
In order to use postgres storage engine, you will need manual installation of `postgresql`.
5151

5252
.. code-block:: console
5353
54-
yes Y | sudo apt install libpq-dev
5554
yes Y | sudo apt install postgresql
5655
5756

packages/Debian/armhf/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: 1.0.0
33
Section: devel
44
Priority: optional
55
Architecture: armhf
6-
Depends: autoconf,libtool,libboost-dev,libboost-system-dev,libboost-thread-dev,python3-pip,python3-setuptools,sqlite3
6+
Depends: autoconf,libtool,libboost-dev,libboost-system-dev,libboost-thread-dev,libpq-dev,python3-pip,python3-setuptools,sqlite3
77
Conflicts:
88
Maintainer: Dianomic Systems, Inc. <[email protected]>
99
Homepage: http://www.dianomic.com

packages/Debian/x86_64/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: 1.0.0
33
Section: devel
44
Priority: optional
55
Architecture: amd64
6-
Depends: autoconf,curl,libtool,libboost-dev,libboost-system-dev,libboost-thread-dev,python3-pip,python3-setuptools,sqlite3
6+
Depends: autoconf,curl,libtool,libboost-dev,libboost-system-dev,libboost-thread-dev,libpq-dev,python3-pip,python3-setuptools,sqlite3
77
Conflicts:
88
Maintainer: Dianomic Systems, Inc. <[email protected]>
99
Homepage: http://www.dianomic.com

0 commit comments

Comments
 (0)