Merge pull request #614 from WolfangAukang/overrides

overrides: adding python-trovo and python-twitter
This commit is contained in:
adisbladis 2022-05-07 21:08:53 +07:00 committed by GitHub
commit 6984e7e2e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -1234,6 +1234,9 @@
"python-swiftclient": [
"pbr"
],
"python-trovo": [
"poetry"
],
"python_openzwave": [
"cython"
],

View file

@ -1758,6 +1758,10 @@ lib.composeManyExtensions [
}
);
python-twitter = super.python-twitter.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
});
pythran = super.pythran.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
});