Skip to content

Commit

Permalink
Adapted rpm build configuration, added vmanip to name
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Mar 17, 2014
1 parent f0141b9 commit 47a317e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[bdist_rpm]
requires = EOxServer>=0.4dev
requires = EOxServer_vmanip
mapcache
webserver
provides = ngEO_Browse_Server
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def fullsplit(path, result=None):
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])

setup(
name='ngEO_Browse_Server',
name='ngEO_Browse_Server_vmanip',
version=version.replace(' ', '-'),
packages=packages,
data_files=data_files,
Expand All @@ -73,7 +73,7 @@ def fullsplit(path, result=None):

install_requires=[
'django>=1.4.1',
'eoxserver>=0.4dev',
'eoxserver_vmanip',
'pytz',
],

Expand Down

0 comments on commit 47a317e

Please sign in to comment.