]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add all the machine names in uppercase
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Aug 2021 22:24:59 +0000 (18:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Aug 2021 22:24:59 +0000 (18:24 -0400)
windows seems to be returning the name in uppercase,
we might have to revert this whole thing if things
continue to not work

Change-Id: I365a07e3521f9f43a3d9d5f93da7788a8a052ff0

setup.cfg

index 05feeae6a99182530519e86edbd75a40d8eba57d..12312ee88233c8f867a9aacd8244a5df1420e17b 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 in 'x86_64 aarch64 ppc64le amd64 win32'
+    greenlet != 0.4.17;python_version>="3" and platform_machine in 'x86_64 X86_64 aarch64 AARCH64 ppc64le PPC64LE amd64 AMD64 win32 WIN32'
 
 [options.extras_require]
 asyncio =