From 4425f8db4acd9beedbc716746c33d24fd225eb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 7 Jun 2014 18:21:36 +0200 Subject: [PATCH] Be less sctrict in wheel version in filename --- python-pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index c8d5524..78459e9 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -2,7 +2,7 @@ %global srcname pip %if 0%{?build_wheel} -%global python3_wheelname %{srcname}-%{version}-py2.py3-none-any.whl +%global python3_wheelname %{srcname}-*-py2.py3-none-any.whl %endif Name: python35-%{srcname}