We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11ba56 commit a5d5ef7Copy full SHA for a5d5ef7
pythonforandroid/recipes/bitarray/__init__.py
@@ -4,7 +4,7 @@
4
class BitarrayRecipe(CppCompiledComponentsPythonRecipe):
5
stl_lib_name = "c++_shared"
6
version = "3.0.0"
7
- url = f"https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
+ url = "https://github.com/ilanschnell/bitarray/archive/refs/tags/{version}.tar.gz"
8
depends = ["setuptools"]
9
10
0 commit comments