URL: https://github.com/freeipa/freeipa/pull/1341 Author: tiran Title: #1341: Update builddep command to install Python 3 and tox deps Action: opened
PR body: """ Signed-off-by: Christian Heimes <chei...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1341/head:pr1341 git checkout pr1341
From f88c140e457cbb917e143f7c98e1b086f327c47b Mon Sep 17 00:00:00 2001 From: Christian Heimes <chei...@redhat.com> Date: Tue, 28 Nov 2017 13:54:15 +0100 Subject: [PATCH] Update builddep command to install Python 3 and tox deps Signed-off-by: Christian Heimes <chei...@redhat.com> --- BUILD.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.txt b/BUILD.txt index 1729daebf5..20548bdd33 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -7,7 +7,7 @@ For more information, see http://www.freeipa.org/page/Build The quickest way to get the dependencies needed for building is: -# dnf builddep -b -D "with_lint 1" --spec freeipa.spec.in +# dnf builddep -b -D "with_python3 1" -D "with_wheels 1" -D "with_lint 1" --spec freeipa.spec.in --best --allowerasing TIP: For building with latest dependencies for freeipa master enable copr repo:
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org