mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -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": [
|
||||
"setuptools"
|
||||
],
|
||||
"arpy": [
|
||||
"setuptools"
|
||||
],
|
||||
"arrayqueues": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -11241,6 +11244,9 @@
|
|||
"pydot": [
|
||||
"setuptools"
|
||||
],
|
||||
"pydpkg": [
|
||||
"poetry"
|
||||
],
|
||||
"pydrive2": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue