summaryrefslogtreecommitdiffstats
path: root/ipapython/setup.py.in
diff options
context:
space:
mode:
authorTomas Babej <tomasbabej@gmail.com>2013-11-11 13:02:40 +0100
committerPetr Viktorin <pviktori@redhat.com>2013-11-20 13:13:38 +0100
commit60b472479d6427243b5ef51c4dd60cdcd9e52afd (patch)
treeae7825a72f86133facdd6181dfced3cfc76ae831 /ipapython/setup.py.in
parentafbf528a838248f9c0a010c5be91faece1bbe743 (diff)
downloadfreeipa-60b472479d6427243b5ef51c4dd60cdcd9e52afd.tar.gz
freeipa-60b472479d6427243b5ef51c4dd60cdcd9e52afd.tar.xz
freeipa-60b472479d6427243b5ef51c4dd60cdcd9e52afd.zip
platform: Add Fedora 19 platform file
Part of: https://fedorahosted.org/freeipa/ticket/3504
Diffstat (limited to 'ipapython/setup.py.in')
-rw-r--r--ipapython/setup.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in
index d3bbcaf1e..108c95d0c 100644
--- a/ipapython/setup.py.in
+++ b/ipapython/setup.py.in
@@ -70,6 +70,7 @@ def setup_package():
"ipapython.platform.base",
"ipapython.platform.fedora16",
"ipapython.platform.fedora18",
+ "ipapython.platform.fedora19",
"ipapython.platform.redhat" ],
)
finally: