1
0

android build: pin hashes of p4a recipes

This commit is contained in:
SomberNight
2021-04-24 16:32:06 +02:00
parent 5dcafaf082
commit c3ccfd7d19
22 changed files with 340 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
from pythonforandroid.recipes.six import SixRecipe
assert SixRecipe._version == "1.15.0"
assert SixRecipe.depends == ['setuptools', 'python3']
assert SixRecipe.python_depends == []
class SixRecipePinned(SixRecipe):
sha512sum = "eb840ac17f433f1fc4af56de75cfbfe0b54e6a737bb23c453bf09a4a13d768d153e46064880dc763f4c5cc2785b78ea6d3d3b4a41fed181cb9064837e3f699a9"
recipe = SixRecipePinned()