mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-08 04:05:02 -05:00
ipaplatform: Change makefiles to accomodate for new platform package
https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
committed by
Petr Viktorin
parent
a9a4bc0848
commit
3bb9e1bbd5
+1
-1
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user