mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 19:18:39 +00:00
Merge pull request #1783 from proofit404/recipe/anaconda-mode
Fix anaconda-mode broken python dependencies path.
This commit is contained in:
commit
743400fb23
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,6 @@
|
|||
:repo "anaconda-mode/anaconda-mode"
|
||||
:files ("*.el"
|
||||
"*.py"
|
||||
("vendor/jedi/jedi" "vendor/jedi/jedi")
|
||||
("vendor/click/click" "vendor/click/click")
|
||||
("vendor/jsonrpc/jsonrpc" "vendor/jsonrpc/jsonrpc")))
|
||||
"vendor/jedi/jedi"
|
||||
"vendor/click/click"
|
||||
"vendor/jsonrpc/jsonrpc"))
|
||||
|
|
Loading…
Reference in a new issue