Skip to content

Commit 603b291

Browse files
committed
Use PyPI releases for GeoNode instead of relying on dependency_links.
1 parent 1b2e062 commit 603b291

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def fullsplit(path, result=None):
4545
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])
4646

4747
install_requires = [
48-
"custom_geonode==2.4",
48+
"geoshape-geonode==1.1.dev20150116170751",
4949
"django-classification-banner>=0.1.4",
5050
"django-maploom==1.0",
5151
"psycopg2==2.4.5"
@@ -81,8 +81,6 @@ def fullsplit(path, result=None):
8181
'tests': install_requires + tests_requires,
8282
'docs': docs_requires
8383
},
84-
dependency_links=['https://github.com/garnertb/geonode/archive/rogue-2.x.tar.gz'
85-
'#egg=custom_geonode-2.4',
86-
'https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1'],
84+
dependency_links=['https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1'],
8785
zip_safe=False,
8886
)

0 commit comments

Comments
 (0)