URL: https://github.com/freeipa/freeipa/pull/1383
Author: tiran
 Title: #1383: [Backport][ipa-4-6] Add python_requires to Python package 
metadata
Action: opened

PR body:
"""
This PR was opened automatically because PR #1361 was pushed to master and 
backport to ipa-4-6 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1383/head:pr1383
git checkout pr1383
From 5a0319e68a4ced77ebd6f3f238ff958a86b7bc65 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Wed, 6 Dec 2017 10:17:57 +0100
Subject: [PATCH] Add python_requires to Python package metadata

freeIPA 4.6 and 4.7 requires Python 2.7 or >= 3.5.

https://pagure.io/freeipa/issue/7294

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 ipasetup.py.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipasetup.py.in b/ipasetup.py.in
index 4827ed0455..cc5634671f 100644
--- a/ipasetup.py.in
+++ b/ipasetup.py.in
@@ -97,6 +97,7 @@ common_args = dict(
     url="http://www.freeipa.org/";,
     download_url="http://www.freeipa.org/page/Downloads";,
     platforms=["Linux", "Solaris", "Unix"],
+    python_requires=">=2.7.5,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Intended Audience :: System Administrators",
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to