Skip to content

Commit

Permalink
change the zope.interface version for ckan2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts authored and nickumia-reisys committed Sep 28, 2023
1 parent 9a7e23e commit f841f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions bin/mytest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zope.interface==4.3.2
5 changes: 2 additions & 3 deletions bin/setup-ckan.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ then
pip install -r requirement-setuptools.txt
fi

if [ $CKANVERSION == '2.7' ]
if [ $CKANVERSION == '2.9' ]
then
echo "Installing setuptools"
pip install setuptools==39.0.1
sed -i 's/zope.interface==4.3.2/zope.interface>5.0.0/g' requirements.txt
fi

python setup.py develop
Expand Down

0 comments on commit f841f8b

Please sign in to comment.