From 3680d4ad22ed9360661e36bc02282de7105c7a8e Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Fri, 6 Sep 2019 00:15:07 +0200 Subject: [PATCH] python: build-dependencies, grooming --- python/recipe.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/recipe.spec b/python/recipe.spec index d79f3b1..110d1a7 100644 --- a/python/recipe.spec +++ b/python/recipe.spec @@ -2,4 +2,6 @@ name: python version: 3.7.4 release: 1 sources: https://www.python.org/ftp/python/%{version}/Python-%{version}.tgz -dirname: Python-3.7.4 +dirname: Python-%{version} + +build-dependencies: libffi, libffi-dev, python-dev