summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-06-02 07:50:12 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-16 19:48:20 +0200
commit3bb9e1bbd5c8ae42e113b52dc88f9ec75b9b1142 (patch)
treeff5183da90063cb1cb47f249b76312baaec9da23 /ipapython
parenta9a4bc08485130fc1bb2257292b415e70e33bfb1 (diff)
downloadfreeipa-3bb9e1bbd5c8ae42e113b52dc88f9ec75b9b1142.tar.gz
freeipa-3bb9e1bbd5c8ae42e113b52dc88f9ec75b9b1142.tar.xz
freeipa-3bb9e1bbd5c8ae42e113b52dc88f9ec75b9b1142.zip
ipaplatform: Change makefiles to accomodate for new platform package
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/Makefile2
-rw-r--r--ipapython/setup.py.in8
2 files changed, 2 insertions, 8 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile
index d1a3ff54b..e09956ad3 100644
--- a/ipapython/Makefile
+++ b/ipapython/Makefile
@@ -27,7 +27,7 @@ clean:
done
distclean: clean
- rm -f setup.py ipa-python.spec version.py services.py
+ rm -f setup.py ipa-python.spec version.py
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in
index 3acc8b8fe..a839f094a 100644
--- a/ipapython/setup.py.in
+++ b/ipapython/setup.py.in
@@ -65,13 +65,7 @@ def setup_package():
classifiers=filter(None, CLASSIFIERS.split('\n')),
platforms = ["Linux", "Solaris", "Unix"],
package_dir = {'ipapython': ''},
- packages = [ "ipapython",
- "ipapython.platform",
- "ipapython.platform.base",
- "ipapython.platform.fedora16",
- "ipapython.platform.fedora18",
- "ipapython.platform.fedora19",
- "ipapython.platform.redhat" ],
+ packages = [ "ipapython" ],
)
finally:
del sys.path[0]