Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

missing jmespath for json_query filter #5

Closed
kapouer opened this issue Jun 5, 2020 · 4 comments
Closed

missing jmespath for json_query filter #5

kapouer opened this issue Jun 5, 2020 · 4 comments

Comments

@kapouer
Copy link

kapouer commented Jun 5, 2020

You need to install "jmespath" prior to running json_query filter
(using debian-experimental 10.0.0-1591200598)

@dittertp
Copy link
Contributor

dittertp commented Jun 5, 2020

Hi, i have uploaded a new version to experimental repo. Can you check if the problem is fixed now?

@kapouer
Copy link
Author

kapouer commented Jun 5, 2020

dpkg -L awx | grep jmespath

/var/lib/awx/venv/awx/lib/python3.7/site-packages/jmespath
...

Cool !
Such a nice piece of software.
Is there a way to simplify the build process (it'd be great awx was part of debian).

@dittertp
Copy link
Contributor

dittertp commented Jun 5, 2020

I don't think its possible to comply with debian guidelines. The current package contains hundrets of python libraries installed by pip (which is not allowed for packages in the official repo). Some of them are not available as a standalonge package on debian or not in the needed version. Even if it would be possibe, maintaining the package dependencies would be a huge time consuming task.

@kapouer
Copy link
Author

kapouer commented Jun 5, 2020

Closing, and reopening that discussion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants