pgAdmin 4 commit: Include LICENSE and DEPENDENCIES [inventory] files in - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Include LICENSE and DEPENDENCIES [inventory] files in
Date
Msg-id E1jwSsN-0005FY-RC@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Include LICENSE and DEPENDENCIES [inventory] files in official packages. Fixes #5577

Whilst passing, rename libraries.txt to DEPENDENCIES and update the list of static packages.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04ce8b2c7129bce888a8824ed5756393d8ce29b1

Modified Files
--------------
libraries.txt => DEPENDENCIES     | 13 +++++++------
Dockerfile                        |  4 ++++
Make.bat                          |  6 +++++-
docs/en_US/release_notes_4_24.rst |  1 +
pkg/linux/build-functions.sh      |  4 ++++
pkg/mac/build-functions.sh        |  4 ++++
pkg/pip/build.sh                  |  2 +-
tools/dependency_inventory.py     |  7 ++++---
8 files changed, 30 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Domenico Sgarbossa
Date:
Subject: Re: Translators: Release next week
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix PEP-8 issue.