Revert ""Fix egg on dependency links [SKIP CI].""

This reverts commit 78d8ee8f07.
This commit is contained in:
Sergio Morillo 2021-01-06 01:26:04 +01:00
parent 78d8ee8f07
commit a3cf4a0261
1 changed files with 3 additions and 1 deletions

View File

@ -57,8 +57,10 @@ else:
branch = series
dependency_links = [
('git+https://github.com/trytonspain/'
'trytond-stock_kit@%(branch)s' % {
'trytond-stock_kit@%(branch)s'
'#egg=trytonspain-stock_kit-%(series)s' % {
'branch': branch,
'series': series,
}),
]
if minor_version % 2: