Merge pull request #615 from schlarpc/master

overrides: add copier, myst-parser, and jinja2-ansible-filters
This commit is contained in:
adisbladis 2022-05-08 11:15:45 +07:00 committed by GitHub
commit 96e3794e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -229,6 +229,9 @@
"flit-core",
"flitBuildHook"
],
"copier": [
"poetry-core"
],
"cpyparsing": [
"cython"
],
@ -735,6 +738,9 @@
"mypy-boto3-builder": [
"poetry-core"
],
"myst-parser": [
"flit-core"
],
"nats-python": [
"poetry-core"
],

View file

@ -735,6 +735,14 @@ lib.composeManyExtensions [
}
);
jinja2-ansible-filters = super.jinja2-ansible-filters.overridePythonAttrs (
old: {
preBuild = (old.preBuild or "") + ''
echo "${old.version}" > VERSION
'';
}
);
jira = super.jira.overridePythonAttrs (
old: {
inherit (pkgs.python3Packages.jira) patches;