mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Build: fix module name in ipaserver/setup.py
The name in setup.py should match real name of the module. It will be used by the build system later on. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Martin Babinsky
parent
0a17155e5b
commit
81da45ffb1
@@ -31,7 +31,7 @@ if __name__ == '__main__':
|
||||
from ipasetup import ipasetup # noqa: E402
|
||||
|
||||
ipasetup(
|
||||
name='freeipa',
|
||||
name='ipaserver',
|
||||
doc=__doc__,
|
||||
package_dir={'ipaserver': ''},
|
||||
packages=[
|
||||
|
||||
Reference in New Issue
Block a user