mirror of https://github.com/scrapy/scrapy.git
removed python2.5 from rpm-install.sh script
This commit is contained in:
parent
584a844e71
commit
74f6bd3a4d
|
|
@ -3,7 +3,7 @@
|
|||
# This file becomes the install section of the generated spec file.
|
||||
#
|
||||
|
||||
python2.5 setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
|
||||
python setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
|
||||
|
||||
# Sort the filelist so that directories appear before files. This avoids
|
||||
# duplicate filename problems on some systems.
|
||||
|
|
|
|||
Loading…
Reference in New Issue