From b390b92645d5e31583720616821da1714b52d2a8 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Mar 29 2019 15:25:49 +0000 Subject: new version --- diff --git a/python-astropy-healpix.spec b/python-astropy-healpix.spec index 8e7d8fb..1756cd8 100644 --- a/python-astropy-healpix.spec +++ b/python-astropy-healpix.spec @@ -42,10 +42,6 @@ Requires: python3-matplotlib %prep %autosetup -n %{srcname}-%{version} -# Delete pre-cythonized files, we do that by ourself to use Fedora Cython -find . -name *.pyx -print0 | sed "s/pyx/c/g" | xargs -0 rm -# Force Cython re-run -echo "cython_version = 'unknown'" > astropy_healpix/cython_version.py %build %py3_build