mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #783 from mikepurvis/add-arpy-setuptools
Add overrides for arpy, pydpkg
This commit is contained in:
commit
7c5f2570c2
1 changed files with 6 additions and 0 deletions
|
@ -906,6 +906,9 @@
|
||||||
"arpeggio": [
|
"arpeggio": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"arpy": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"arrayqueues": [
|
"arrayqueues": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
@ -11241,6 +11244,9 @@
|
||||||
"pydot": [
|
"pydot": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"pydpkg": [
|
||||||
|
"poetry"
|
||||||
|
],
|
||||||
"pydrive2": [
|
"pydrive2": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue