summaryrefslogtreecommitdiffstats
path: root/ipaplatform/setup.py.in
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2014-10-03 11:23:18 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-09 15:37:24 +0200
commit8abc183996477f8b9367f99297813ef2feb26069 (patch)
tree4fe9a1e267996eb4f3c35b2fc6b2f89b108c1704 /ipaplatform/setup.py.in
parent308d2dd406d5ec935b209c52803ce7de4136fe0b (diff)
downloadfreeipa-8abc183996477f8b9367f99297813ef2feb26069.tar.gz
freeipa-8abc183996477f8b9367f99297813ef2feb26069.tar.xz
freeipa-8abc183996477f8b9367f99297813ef2feb26069.zip
Add RHEL platform module
https://fedorahosted.org/freeipa/ticket/4562 Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'ipaplatform/setup.py.in')
-rw-r--r--ipaplatform/setup.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipaplatform/setup.py.in b/ipaplatform/setup.py.in
index 0ba5822f9..944e68699 100644
--- a/ipaplatform/setup.py.in
+++ b/ipaplatform/setup.py.in
@@ -68,7 +68,8 @@ def setup_package():
packages = ["ipaplatform",
"ipaplatform.base",
"ipaplatform.fedora",
- "ipaplatform.redhat"],
+ "ipaplatform.redhat",
+ "ipaplatform.rhel"],
)
finally:
del sys.path[0]