From ebcb9114f98db5230509621a82129a252c4a31ab Mon Sep 17 00:00:00 2001 From: Robert Church Date: Wed, 11 Aug 2021 12:12:45 -0400 Subject: [PATCH] Introduce platform based python package requirements To enable the proper set up of tox dependencies that align with the platform we introduce a location for managing those dependencies as part of the build tools. If we deem it necessary to stand up a formal requirements repo for Starlingx (e.g. https://opendev.org/openstack/requirements) we can do so in the future and migrate these files there. Story: 2009101 Task: 43006 Change-Id: I78993a7109bdfdba2ae4050b06cd8d454e4404f2 Signed-off-by: Robert Church --- build-tools/requirements/centos/upper-constraints.txt | 1 + build-tools/requirements/debian/upper-constraints.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 build-tools/requirements/centos/upper-constraints.txt create mode 100644 build-tools/requirements/debian/upper-constraints.txt diff --git a/build-tools/requirements/centos/upper-constraints.txt b/build-tools/requirements/centos/upper-constraints.txt new file mode 100644 index 00000000..9a6eac3b --- /dev/null +++ b/build-tools/requirements/centos/upper-constraints.txt @@ -0,0 +1 @@ +# Add python requirements here that align with the platfom diff --git a/build-tools/requirements/debian/upper-constraints.txt b/build-tools/requirements/debian/upper-constraints.txt new file mode 100644 index 00000000..9a6eac3b --- /dev/null +++ b/build-tools/requirements/debian/upper-constraints.txt @@ -0,0 +1 @@ +# Add python requirements here that align with the platfom