From e363ddf47055a8f3a77319c9bd5f1bb2e8634344 Mon Sep 17 00:00:00 2001 From: Satoe Imaishi Date: Thu, 15 Dec 2022 16:39:21 -0500 Subject: [PATCH] Add back pkgconfig for offline build --- licenses/pkgconfig.txt | 19 +++++++++++++++++++ requirements/requirements.in | 1 + requirements/requirements.txt | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 licenses/pkgconfig.txt diff --git a/licenses/pkgconfig.txt b/licenses/pkgconfig.txt new file mode 100644 index 0000000000..716f12754d --- /dev/null +++ b/licenses/pkgconfig.txt @@ -0,0 +1,19 @@ +Copyright (c) 2013 Matthias Vogelgesang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/requirements/requirements.in b/requirements/requirements.in index ef4122991d..ae0ba7768d 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -59,6 +59,7 @@ pip==21.2.4 # see UPGRADE BLOCKERs setuptools # see UPGRADE BLOCKERs setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep setuptools-rust >= 0.11.4 # cryptography build dep +pkgconfig>=1.5.1 # xmlsec build dep - needed for offline build # Temporarily added to use ansible-runner from git branch, to be removed # when ansible-runner moves from requirements_git.txt to here diff --git a/requirements/requirements.txt b/requirements/requirements.txt index a567675c62..afb43f659a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -250,6 +250,8 @@ pexpect==4.7.0 # via # -r /awx_devel/requirements/requirements.in # ansible-runner +pkgconfig==1.5.5 + # via -r /awx_devel/requirements/requirements.in prometheus-client==0.15.0 # via -r /awx_devel/requirements/requirements.in psutil==5.9.4