fix typo when referring to nx_shp.py
This commit is contained in:
parent
ef72b7cf51
commit
a7925fa852
@ -266,7 +266,7 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
%exclude %{python2_sitelib}/networkx/drawing/
|
%exclude %{python2_sitelib}/networkx/drawing/
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%exclude %{python2_sitelib}/network/readwrite/nx_shp.py
|
%exclude %{python2_sitelib}/networkx/readwrite/nx_shp.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -274,7 +274,7 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
%{python2_sitelib}/networkx/drawing
|
%{python2_sitelib}/networkx/drawing
|
||||||
|
|
||||||
%files geo
|
%files geo
|
||||||
%{python2_sitelib}/network/readwrite/nx_shp.py
|
%{python2_sitelib}/networkx/readwrite/nx_shp.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -286,7 +286,7 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%exclude %{python3_sitelib}/networkx/drawing/
|
%exclude %{python3_sitelib}/networkx/drawing/
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%exclude %{python3_sitelib}/network/readwrite/nx_shp.py
|
%exclude %{python3_sitelib}/networkx/readwrite/nx_shp.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
@ -294,7 +294,7 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()"
|
|||||||
%{python2_sitelib}/networkx/drawing
|
%{python2_sitelib}/networkx/drawing
|
||||||
|
|
||||||
%files -n python3-networkx-geo
|
%files -n python3-networkx-geo
|
||||||
%{python3_sitelib}/network/readwrite/nx_shp.py
|
%{python3_sitelib}/networkx/readwrite/nx_shp.py
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user