mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Replaced sourceforge download link for pyusb with a direct download link.
This commit is contained in:
parent
5248fbbbeb
commit
8a88357094
3
setup.py
3
setup.py
@ -48,8 +48,7 @@ setup(
|
||||
},
|
||||
zip_safe = True,
|
||||
install_requires=["pyusb>=0.3.5","pyxml>=0.8.4"],
|
||||
dependency_links=["http://sourceforge.net/project/showfiles.php?group_id=145185",
|
||||
"http://sourceforge.net/project/showfiles.php?group_id=6473",
|
||||
dependency_links=["http://sourceforge.net/project/showfiles.php?group_id=6473",
|
||||
"http://easynews.dl.sourceforge.net/sourceforge/pyusb/pyusb-0.3.5.tar.gz",
|
||||
],
|
||||
description='Library to interface with the Sony Portable Reader 500 over USB. Also has a GUI with library management features.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user