summaryrefslogtreecommitdiff
path: root/etc/pip/components/platform.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/platform.req')
-rw-r--r--etc/pip/components/platform.req4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req
new file mode 100644
index 00000000000..3fb8a515910
--- /dev/null
+++ b/etc/pip/components/platform.req
@@ -0,0 +1,4 @@
+# Platform-specific components
+pypiwin32==219; sys_platform == "win32" and python_version < "3"
+pypiwin32==223; sys_platform == "win32" and python_version > "3"
+subprocess32==3.5.2; os_name == "posix" and platform_release != "2.6.18-194.el5xen" and platform_release != "2.6.18-274.el5xen" and python_version < "3"