Skip to content

Commit d8205ae

Browse files
committed
update setuptools to make kivy-garden working
1 parent 2f0c391 commit d8205ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/setuptools/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
VERSION_setuptools=${VERSION_setuptools:-0.6c11}
3+
VERSION_setuptools=${VERSION_setuptools:-18.0.1}
44
URL_setuptools=http://pypi.python.org/packages/source/s/setuptools/setuptools-$VERSION_setuptools.tar.gz
55
DEPS_setuptools=(python)
6-
MD5_setuptools=7df2a529a074f613b509fb44feefe74e
6+
MD5_setuptools=cecd172c9ff7fd5f2e16b2fcc88bba51
77
BUILD_setuptools=$BUILD_PATH/setuptools/$(get_directory $URL_setuptools)
88
RECIPE_setuptools=$RECIPES_PATH/setuptools
99

0 commit comments

Comments
 (0)