fix dependencies

This commit is contained in:
Christophe Benz 2010-07-08 02:29:38 +02:00
commit 21f86830cc
12 changed files with 12 additions and 12 deletions

View file

@ -39,6 +39,6 @@ setup(
'scripts/boobank', 'scripts/boobank',
], ],
install_requires=[ install_requires=[
'weboob-bank-backends', 'weboob-backends-bank',
], ],
) )

View file

@ -39,6 +39,6 @@ setup(
'scripts/havesex', 'scripts/havesex',
], ],
install_requires=[ install_requires=[
'weboob-dating-backends', 'weboob-backends-dating',
], ],
) )

View file

@ -39,6 +39,6 @@ setup(
'scripts/masstransit', 'scripts/masstransit',
], ],
install_requires=[ install_requires=[
'weboob-travel-backends', 'weboob-backends-travel',
], ],
) )

View file

@ -38,6 +38,6 @@ setup(
'scripts/monboob', 'scripts/monboob',
], ],
install_requires=[ install_requires=[
'weboob-messages-backends', 'weboob-backends-messages',
], ],
) )

View file

@ -43,6 +43,6 @@ setup(
'scripts/qboobmsg', 'scripts/qboobmsg',
], ],
install_requires=[ install_requires=[
'weboob-messages-backends', 'weboob-backends-messages',
], ],
) )

View file

@ -44,6 +44,6 @@ setup(
'scripts/qhavesex', 'scripts/qhavesex',
], ],
install_requires=[ install_requires=[
'weboob-dating-backends', 'weboob-backends-dating',
], ],
) )

View file

@ -44,6 +44,6 @@ setup(
'scripts/qvideoob', 'scripts/qvideoob',
], ],
install_requires=[ install_requires=[
'weboob-video-backends', 'weboob-backends-video',
], ],
) )

View file

@ -39,6 +39,6 @@ setup(
'scripts/travel', 'scripts/travel',
], ],
install_requires=[ install_requires=[
'weboob-travel-backends', 'weboob-backends-travel',
], ],
) )

View file

@ -39,6 +39,6 @@ setup(
'scripts/videoob', 'scripts/videoob',
], ],
install_requires=[ install_requires=[
'weboob-video-backends', 'weboob-backends-video',
], ],
) )

View file

@ -41,6 +41,6 @@ setup(
'scripts/videoob-web-server', 'scripts/videoob-web-server',
], ],
install_requires=[ install_requires=[
'weboob-video-backends', 'weboob-backends-video',
], ],
) )

View file

@ -39,6 +39,6 @@ setup(
'scripts/weboorrents', 'scripts/weboorrents',
], ],
install_requires=[ install_requires=[
'weboob-torrent-backends', 'weboob-backends-torrent',
], ],
) )

View file

@ -38,6 +38,6 @@ setup(
'scripts/wetboobs', 'scripts/wetboobs',
], ],
install_requires=[ install_requires=[
'weboob-weather-backends', 'weboob-backends-weather',
], ],
) )