]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Correct platform from arch64 to aarch64 7069/head
authorJAMES.DOW <JAMES.DOW@GAPAC.COM>
Wed, 22 Sep 2021 20:19:17 +0000 (16:19 -0400)
committerJAMES.DOW <JAMES.DOW@GAPAC.COM>
Wed, 22 Sep 2021 20:19:17 +0000 (16:19 -0400)
setup.cfg

index e0d6d534942c15d6c43f8f4e81399bd963b426ce..7c8e876462f79ed9f700f345c0f0c0f355b3466f 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ package_dir =
 
 install_requires =
     importlib-metadata;python_version<"3.8"
-    greenlet != 0.4.17;python_version>='3' and (platform_machine=='arch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32'))))))
+    greenlet != 0.4.17;python_version>='3' and (platform_machine=='aarch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32'))))))
 
 [options.extras_require]
 asyncio =