Skip to content

Commit e4404c8

Browse files
authored
Merge pull request #2202 from AndreMiras/remove-superfluous-recipes
Remove superfluous recipes fixes #1387
2 parents 5e90f06 + 8620562 commit e4404c8

File tree

15 files changed

+1
-158
lines changed

15 files changed

+1
-158
lines changed

pythonforandroid/recipes/cherrypy/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pythonforandroid/recipes/enum34/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

pythonforandroid/recipes/gevent-websocket/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pythonforandroid/recipes/gevent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class GeventRecipe(CythonRecipe):
77
version = '1.4.0'
88
url = 'https://pypi.python.org/packages/source/g/gevent/gevent-{version}.tar.gz'
9-
depends = ['librt', 'greenlet']
9+
depends = ['librt', 'setuptools']
1010
patches = ["cross_compiling.patch"]
1111

1212
def get_recipe_env(self, arch=None, with_flags_in_cc=True):

pythonforandroid/recipes/idna/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

pythonforandroid/recipes/ipaddress/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

pythonforandroid/recipes/libnacl/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pythonforandroid/recipes/pbkdf2/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pythonforandroid/recipes/pyasn1/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

pythonforandroid/recipes/pyethereum/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

pythonforandroid/recipes/pysdl2/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from pythonforandroid.recipe import PythonRecipe
32

43

pythonforandroid/recipes/pyyaml/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

pythonforandroid/recipes/requests/__init__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

pythonforandroid/recipes/simple-crypt/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

pythonforandroid/recipes/six/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from pythonforandroid.recipe import PythonRecipe
32

43

0 commit comments

Comments
 (0)