Include database requirements by default

An SQL database is an additional requirement so we should also include
the client libraries for it.

Change-Id: Id3a8b55928d9ce9e8764f18a64a42bb2f14f5ecb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2021-02-23 16:38:47 -05:00
parent 03056858d0
commit c1e39ff457
2 changed files with 2 additions and 4 deletions

View File

@ -34,3 +34,5 @@ jsonpath-rw
urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684
cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263
elasticsearch
PyMySQL
psycopg2-binary

View File

@ -43,16 +43,12 @@ all_files = 1
warning-is-error = 1
[extras]
mysql_reporter=
PyMySQL
# The container image build process will look at the python extras and install
# any that match the target container name. It makes a container image for
# every console_script listed above. The extra name must have underscores.
# This is a place to put dependencies that should go into reasonable container
# images but that we do not want to list directly in requirements.txt.
zuul_base =
PyMySQL
psycopg2-binary
yappi
objgraph