From f45d72af83f9ab43646f003f342dbcee41116a75 Mon Sep 17 00:00:00 2001 From: Christian Heimes 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 Reviewed-By: Alexander Bokovoy --- BUILD.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.txt b/BUILD.txt index 1729daebf..20548bdd3 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: